Color Hex Logo

#d6dfda Color Hex

#D6DFDA
(214,223,218)
0 Favorites   0 Comments

Color spaces of #d6dfda

RGB 214223218
HSL0.410.120.86
HSV147°87°
CMYK 0.040.000.02   0.13
XYZ66.774172.133476.7334
Yxy72.13340.30970.3345
Hunter Lab84.9314-8.29105.8849
CIE-Lab88.0328-3.92921.3867

#d6dfda color RGB value is (214,223,218).

#d6dfda hex color red value is 214, green value is 223 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d6dfda hue: 0.41 , saturation: 0.12 and the lightness value of d6dfda is 0.86.

The process color (four color CMYK) of #d6dfda color hex is 0.04, 0.00, 0.02, 0.13. Web safe color of #d6dfda is #cccccc. Color #d6dfda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011111 11011010
Octal 326 337 332
Decimal 214 223 218
Hex D6 DF DA

RGB Percentages of Color #d6dfda

%32.67
%34.05
%33.28

CMYK Percentages of Color #d6dfda

%4
%0
%2
%13

Triadic Colors of #d6dfda

#d6dfda #dad6df #dfdad6

Analogous Colors of #d6dfda

#d6dfda #d6dfdf #d7dfd6

Monochromatic Colors of #d6dfda

#d6dfda

Complementary Color

#d6dfda #dfd6db

#d6dfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dfda Color CSS Codes

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

#d6dfda Text Font Color

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

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


#d6dfda Background Color

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

This div background color is #d6dfda


#d6dfda Border Color

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

This div border color is #d6dfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dfda

#d6dfda Color Palettes


Comments

No comments written yet.

Please login to write comment.