Color Hex Logo

#d5cfee Color Hex

#D5CFEE
(213,207,238)
0 Favorites   0 Comments

Color spaces of #d5cfee

RGB 213207238
HSL0.700.480.87
HSV252°13°93°
CMYK 0.110.130.00   0.07
XYZ65.186064.944889.9889
Yxy64.94480.29610.2950
Hunter Lab80.58833.3548-9.7943
CIE-Lab84.45537.9388-14.4906

#d5cfee color RGB value is (213,207,238).

#d5cfee hex color red value is 213, green value is 207 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d5cfee hue: 0.70 , saturation: 0.48 and the lightness value of d5cfee is 0.87.

The process color (four color CMYK) of #d5cfee color hex is 0.11, 0.13, 0.00, 0.07. Web safe color of #d5cfee is #ccccff. Color #d5cfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001111 11101110
Octal 325 317 356
Decimal 213 207 238
Hex D5 CF EE

RGB Percentages of Color #d5cfee

%32.37
%31.46
%36.17

CMYK Percentages of Color #d5cfee

%11
%13
%0
%7

Triadic Colors of #d5cfee

#d5cfee #eed5cf #cfeed5

Analogous Colors of #d5cfee

#d5cfee #e5cfee #cfd9ee

Monochromatic Colors of #d5cfee

#d5cfee

Complementary Color

#d5cfee #e8eecf

#d5cfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cfee Color CSS Codes

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

#d5cfee Text Font Color

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

This sample text font color is #d5cfee
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.


#d5cfee Background Color

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

This div background color is #d5cfee


#d5cfee Border Color

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

This div border color is #d5cfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cfee


Comments

No comments written yet.

Please login to write comment.