Color Hex Logo

#d9cfda Color Hex

#D9CFDA
(217,207,218)
0 Favorites   0 Comments

Color spaces of #d9cfda

RGB 217207218
HSL0.820.130.83
HSV295°85°
CMYK 0.000.050.00   0.15
XYZ63.583064.439375.4165
Yxy64.43930.31250.3168
Hunter Lab80.27410.90550.4897
CIE-Lab84.19405.4208-4.2078

#d9cfda color RGB value is (217,207,218).

#d9cfda hex color red value is 217, green value is 207 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d9cfda hue: 0.82 , saturation: 0.13 and the lightness value of d9cfda is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001111 11011010
Octal 331 317 332
Decimal 217 207 218
Hex D9 CF DA

RGB Percentages of Color #d9cfda

%33.80
%32.24
%33.96

CMYK Percentages of Color #d9cfda

%0
%5
%0
%15

Triadic Colors of #d9cfda

#d9cfda #dad9cf #cfdad9

Analogous Colors of #d9cfda

#d9cfda #dacfd6 #d4cfda

Monochromatic Colors of #d9cfda

#d9cfda

Complementary Color

#d9cfda #d0dacf

#d9cfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9cfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9cfda Color CSS Codes

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

#d9cfda Text Font Color

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

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


#d9cfda Background Color

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

This div background color is #d9cfda


#d9cfda Border Color

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

This div border color is #d9cfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9cfda


Comments

No comments written yet.

Please login to write comment.