#D5D6D1

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

Shades of Grey Nurse #D5D6D1

Tints of Grey Nurse #D5D6D1

Color information

#D5D6D1 (or 0xD5D6D1) is unknown color: approx Grey Nurse. HEX triplet: D5, D6 and D1. RGB value is (213,214,209). Sum of RGB (Red+Green+Blue) = 213+214+209=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 214 (83.98% from 255 or 33.65% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D6D1 is #2A292E. Grayscale: #D5D5D5. Windows color (decimal): -2763055 or 13752021. OLE color: 13752021.

HSL color Cylindrical-coordinate representation of color #D5D6D1: hue angle of 72º degrees, saturation: 0.06, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D5D6D1 is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213214209-
CMYK0.0000.020.16
HSL72º5.75%82.94%-
HSV(B)72º2.34%83.92%-
XYZ6366.8469.9-
YUV213.13125.67127.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.49%
GREEN value IS 214 (83.98% from 255) = 33.65%
BLUE value IS 209 (82.03% from 255) = 32.86%
R=33.49%
G=33.65%
B=32.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132142090.0000.020.16725.7582.94
HexD5D6D10021048653
Octal325326321002201106123
Binary11010101110101101101000100101000010010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D6D1; }

 p { color: rgb(213,214,209); }

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

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

 a { background-color: rgb(213,214,209); }

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

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

 span { border-color: rgb(213,214,209); }

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