Color Hex Logo

#d5cffe Color Hex

#D5CFFE
(213,207,254)
0 Favorites   0 Comments

Color spaces of #d5cffe

RGB 213207254
HSL0.690.960.90
HSV248°19°100°
CMYK 0.160.190.00   0.00
XYZ67.642865.9275102.9261
Yxy65.92750.28600.2788
Hunter Lab81.19586.6128-18.3207
CIE-Lab84.959411.2371-22.2161

#d5cffe color RGB value is (213,207,254).

#d5cffe hex color red value is 213, green value is 207 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d5cffe hue: 0.69 , saturation: 0.96 and the lightness value of d5cffe is 0.90.

The process color (four color CMYK) of #d5cffe color hex is 0.16, 0.19, 0.00, 0.00. Web safe color of #d5cffe is #ccccff. Color #d5cffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001111 11111110
Octal 325 317 376
Decimal 213 207 254
Hex D5 CF FE

RGB Percentages of Color #d5cffe

%31.60
%30.71
%37.69

CMYK Percentages of Color #d5cffe

%16
%19
%0
%0

Triadic Colors of #d5cffe

#d5cffe #fed5cf #cffed5

Analogous Colors of #d5cffe

#d5cffe #edcffe #cfe1fe

Monochromatic Colors of #d5cffe

#d5cffe

Complementary Color

#d5cffe #f8fecf

#d5cffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cffe Color CSS Codes

.mybgcolor {background-color:#d5cffe; } 
.myforecolor {color:#d5cffe; }
.mybordercolor {border:3px solid #d5cffe; }

#d5cffe Text Font Color

<p style="color:#d5cffe">Text here</p>

This sample text font color is #d5cffe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d5cffe Background Color

<div style="background-color:#d5cffe">
Div content here</div>

This div background color is #d5cffe


#d5cffe Border Color

<div style="border:3px solid #d5cffe">
Div here</div>

This div border color is #d5cffe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,207,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5cffe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5cffe;
  -webkit-box-shadow: 1px 1px 3px 2px #d5cffe;
  box-shadow:         1px 1px 3px 2px #d5cffe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,207,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d5cffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d5cffe;
  -webkit-box-shadow: 1px 1px 3px 2px #d5cffe;
  box-shadow:         1px 1px 3px 2px #d5cffe;">
Div content here</div>

This div box has shadow with color #d5cffe

Related Colors


Comments

No comments written yet.

Please login to write comment.