Color Hex Logo

#d5cfec Color Hex

#D5CFEC
(213,207,236)
0 Favorites   0 Comments

Color spaces of #d5cfec

RGB 213207236
HSL0.700.430.87
HSV252°12°93°
CMYK 0.100.120.00   0.07
XYZ64.893764.827988.4497
Yxy64.82790.29740.2971
Hunter Lab80.51582.9639-8.7713
CIE-Lab84.39507.5387-13.5183

#d5cfec color RGB value is (213,207,236).

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

The process color (four color CMYK) of #d5cfec color hex is 0.10, 0.12, 0.00, 0.07. Web safe color of #d5cfec is #ccccff. Color #d5cfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001111 11101100
Octal 325 317 354
Decimal 213 207 236
Hex D5 CF EC

RGB Percentages of Color #d5cfec

%32.47
%31.55
%35.98

CMYK Percentages of Color #d5cfec

%10
%12
%0
%7

Triadic Colors of #d5cfec

#d5cfec #ecd5cf #cfecd5

Analogous Colors of #d5cfec

#d5cfec #e4cfec #cfd8ec

Monochromatic Colors of #d5cfec

#d5cfec

Complementary Color

#d5cfec #e6eccf

#d5cfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cfec Color CSS Codes

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

#d5cfec Text Font Color

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

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


#d5cfec Background Color

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

This div background color is #d5cfec


#d5cfec Border Color

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

This div border color is #d5cfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cfec


Comments

No comments written yet.

Please login to write comment.