Color Hex Logo

#d4ccef Color Hex

#D4CCEF
(212,204,239)
0 Favorites   0 Comments

Color spaces of #d4ccef

RGB 212204239
HSL0.700.520.87
HSV254°15°94°
CMYK 0.110.150.00   0.06
XYZ64.324263.414890.5114
Yxy63.41480.29470.2906
Hunter Lab79.63344.8256-11.6457
CIE-Lab83.66019.4144-16.2241

#d4ccef color RGB value is (212,204,239).

#d4ccef hex color red value is 212, green value is 204 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d4ccef hue: 0.70 , saturation: 0.52 and the lightness value of d4ccef is 0.87.

The process color (four color CMYK) of #d4ccef color hex is 0.11, 0.15, 0.00, 0.06. Web safe color of #d4ccef is #ccccff. Color #d4ccef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001100 11101111
Octal 324 314 357
Decimal 212 204 239
Hex D4 CC EF

RGB Percentages of Color #d4ccef

%32.37
%31.15
%36.49

CMYK Percentages of Color #d4ccef

%11
%15
%0
%6

Triadic Colors of #d4ccef

#d4ccef #efd4cc #ccefd4

Analogous Colors of #d4ccef

#d4ccef #e6ccef #ccd6ef

Monochromatic Colors of #d4ccef

#d4ccef

Complementary Color

#d4ccef #e7efcc

#d4ccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ccef Color CSS Codes

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

#d4ccef Text Font Color

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

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


#d4ccef Background Color

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

This div background color is #d4ccef


#d4ccef Border Color

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

This div border color is #d4ccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ccef


Comments

No comments written yet.

Please login to write comment.