Color Hex Logo

#d4ccdf Color Hex

#D4CCDF
(212,204,223)
0 Favorites   0 Comments

Color spaces of #d4ccdf

RGB 212204223
HSL0.740.230.84
HSV265°87°
CMYK 0.050.090.00   0.13
XYZ62.063562.510578.6067
Yxy62.51050.30550.3077
Hunter Lab79.06361.7580-3.6029
CIE-Lab83.18426.2618-8.4097

#d4ccdf color RGB value is (212,204,223).

#d4ccdf hex color red value is 212, green value is 204 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d4ccdf hue: 0.74 , saturation: 0.23 and the lightness value of d4ccdf is 0.84.

The process color (four color CMYK) of #d4ccdf color hex is 0.05, 0.09, 0.00, 0.13. Web safe color of #d4ccdf is #cccccc. Color #d4ccdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001100 11011111
Octal 324 314 337
Decimal 212 204 223
Hex D4 CC DF

RGB Percentages of Color #d4ccdf

%33.18
%31.92
%34.90

CMYK Percentages of Color #d4ccdf

%5
%9
%0
%13

Triadic Colors of #d4ccdf

#d4ccdf #dfd4cc #ccdfd4

Analogous Colors of #d4ccdf

#d4ccdf #deccdf #cccedf

Monochromatic Colors of #d4ccdf

#d4ccdf

Complementary Color

#d4ccdf #d7dfcc

#d4ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ccdf Color CSS Codes

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

#d4ccdf Text Font Color

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

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


#d4ccdf Background Color

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

This div background color is #d4ccdf


#d4ccdf Border Color

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

This div border color is #d4ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ccdf


Comments

No comments written yet.

Please login to write comment.