#D3D8C9

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

Shades of Grey Nurse #D3D8C9

Tints of Grey Nurse #D3D8C9

Color information

#D3D8C9 (or 0xD3D8C9) is unknown color: approx Grey Nurse. HEX triplet: D3, D8 and C9. RGB value is (211,216,201). Sum of RGB (Red+Green+Blue) = 211+216+201=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D8C9 is #2C2736. Grayscale: #D4D4D4. Windows color (decimal): -2893623 or 13228243. OLE color: 13228243.

HSL color Cylindrical-coordinate representation of color #D3D8C9: hue angle of 80º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3D8C9 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB211216201-
CMYK0.0200.070.15
HSL80º16.13%81.76%-
HSV(B)80º6.94%84.71%-
XYZ61.9667.1864.96-
YUV212.79121.34126.72-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.60%
GREEN value IS 216 (84.77% from 255) = 34.39%
BLUE value IS 201 (78.91% from 255) = 32.01%
R=33.60%
G=34.39%
B=32.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112162010.0200.070.158016.1381.76
HexD3D8C9207F501052
Octal3233303112071712020122
Binary11010011110110001100100110011111111010000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D8C9; }

 p { color: rgb(211,216,201); }

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

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

 a { background-color: rgb(211,216,201); }

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

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

 span { border-color: rgb(211,216,201); }

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