Color Hex Logo

#d4cfdb Color Hex

#D4CFDB
(212,207,219)
0 Favorites   0 Comments

Color spaces of #d4cfdb

RGB 212207219
HSL0.740.140.84
HSV265°86°
CMYK 0.030.050.00   0.14
XYZ62.250463.737276.0394
Yxy63.73720.30810.3155
Hunter Lab79.8356-0.5300-0.5859
CIE-Lab83.82883.9184-5.3234

#d4cfdb color RGB value is (212,207,219).

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

The process color (four color CMYK) of #d4cfdb color hex is 0.03, 0.05, 0.00, 0.14. Web safe color of #d4cfdb is #cccccc. Color #d4cfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001111 11011011
Octal 324 317 333
Decimal 212 207 219
Hex D4 CF DB

RGB Percentages of Color #d4cfdb

%33.23
%32.45
%34.33

CMYK Percentages of Color #d4cfdb

%3
%5
%0
%14

Triadic Colors of #d4cfdb

#d4cfdb #dbd4cf #cfdbd4

Analogous Colors of #d4cfdb

#d4cfdb #dacfdb #cfd0db

Monochromatic Colors of #d4cfdb

#d4cfdb

Complementary Color

#d4cfdb #d6dbcf

#d4cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4cfdb Color CSS Codes

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

#d4cfdb Text Font Color

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

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


#d4cfdb Background Color

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

This div background color is #d4cfdb


#d4cfdb Border Color

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

This div border color is #d4cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4cfdb


Comments

No comments written yet.

Please login to write comment.