#D6D9CD

Color #D6D9CD Grey Nurse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Nurse #D6D9CD

Tints of Grey Nurse #D6D9CD

Color information

#D6D9CD (or 0xD6D9CD) is unknown color: approx Grey Nurse. HEX triplet: D6, D9 and CD. RGB value is (214,217,205). Sum of RGB (Red+Green+Blue) = 214+217+205=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D9CD is #292632. Grayscale: #D6D6D6. Windows color (decimal): -2696755 or 13490646. OLE color: 13490646.

HSL color Cylindrical-coordinate representation of color #D6D9CD: hue angle of 75º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6D9CD is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB214217205-
CMYK0.0100.060.15
HSL75º13.64%82.75%-
HSV(B)75º5.53%85.1%-
XYZ63.5668.3367.6-
YUV214.74122.51127.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 33.65%
GREEN value IS 217 (85.16% from 255) = 34.12%
BLUE value IS 205 (80.47% from 255) = 32.23%
R=33.65%
G=34.12%
B=32.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142172050.0100.060.157513.6482.75
HexD6D9CD106F4be53
Octal3263313151061711316123
Binary110101101101100111001101101101111100101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D9CD; }

 p { color: rgb(214,217,205); }

 H1.HeaderClassName
 {
   color: #D6D9CD;
 }
 .AnyTagClassName
 {
   color: #D6D9CD;
 }
</style>
background-color css

<style>
 a { background-color: #D6D9CD; }

 a { background-color: rgb(214,217,205); }

 div.DivClassName
 {
   background-color: #D6D9CD;
 }
 .BgClassName
 {
   background-color: #D6D9CD;
 }
</style>
border-color css

<style>
 span { border-color: #D6D9CD; }

 span { border-color: rgb(214,217,205); }

 td.TdClassName
 {
   border-color: #D6D9CD;
 }
 .TagClassName
 {
   border-color: #D6D9CD;
 }
</style>