Color Hex Logo

#d0ccfe Color Hex

#D0CCFE
(208,204,254)
1 Favorites   0 Comments

Color spaces of #d0ccfe

RGB 208204254
HSL0.680.960.90
HSV245°20°100°
CMYK 0.180.200.00   0.00
XYZ65.494763.7514102.6192
Yxy63.75140.28250.2750
Hunter Lab79.84456.6919-20.3107
CIE-Lab83.836211.3024-23.9575

#d0ccfe color RGB value is (208,204,254).

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

The process color (four color CMYK) of #d0ccfe color hex is 0.18, 0.20, 0.00, 0.00. Web safe color of #d0ccfe is #ccccff. Color #d0ccfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001100 11111110
Octal 320 314 376
Decimal 208 204 254
Hex D0 CC FE

RGB Percentages of Color #d0ccfe

%31.23
%30.63
%38.14

CMYK Percentages of Color #d0ccfe

%18
%20
%0
%0

Triadic Colors of #d0ccfe

#d0ccfe #fed0cc #ccfed0

Analogous Colors of #d0ccfe

#d0ccfe #e9ccfe #cce1fe

Monochromatic Colors of #d0ccfe

#d0ccfe

Complementary Color

#d0ccfe #fafecc

#d0ccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ccfe Color CSS Codes

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

#d0ccfe Text Font Color

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

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


#d0ccfe Background Color

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

This div background color is #d0ccfe


#d0ccfe Border Color

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

This div border color is #d0ccfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,204,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 #d0ccfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ccfe


Comments

No comments written yet.

Please login to write comment.