Color Hex Logo

#d5ccfc Color Hex

#D5CCFC
(213,204,252)
0 Favorites   0 Comments

Color spaces of #d5ccfc

RGB 213204252
HSL0.700.890.89
HSV251°19°99°
CMYK 0.150.190.00   0.01
XYZ66.604164.3601101.0078
Yxy64.36010.28710.2774
Hunter Lab80.22477.8008-18.4924
CIE-Lab84.152912.4167-22.3796

#d5ccfc color RGB value is (213,204,252).

#d5ccfc hex color red value is 213, green value is 204 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d5ccfc hue: 0.70 , saturation: 0.89 and the lightness value of d5ccfc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001100 11111100
Octal 325 314 374
Decimal 213 204 252
Hex D5 CC FC

RGB Percentages of Color #d5ccfc

%31.84
%30.49
%37.67

CMYK Percentages of Color #d5ccfc

%15
%19
%0
%1

Triadic Colors of #d5ccfc

#d5ccfc #fcd5cc #ccfcd5

Analogous Colors of #d5ccfc

#d5ccfc #edccfc #ccdbfc

Monochromatic Colors of #d5ccfc

#d5ccfc

Complementary Color

#d5ccfc #f3fccc

#d5ccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5ccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5ccfc Color CSS Codes

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

#d5ccfc Text Font Color

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

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


#d5ccfc Background Color

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

This div background color is #d5ccfc


#d5ccfc Border Color

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

This div border color is #d5ccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5ccfc


Comments

No comments written yet.

Please login to write comment.