#D4D8CD

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

Shades of Grey Nurse #D4D8CD

Tints of Grey Nurse #D4D8CD

Color information

#D4D8CD (or 0xD4D8CD) is unknown color: approx Grey Nurse. HEX triplet: D4, D8 and CD. RGB value is (212,216,205). Sum of RGB (Red+Green+Blue) = 212+216+205=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D8CD is #2B2732. Grayscale: #D5D5D5. Windows color (decimal): -2828083 or 13490388. OLE color: 13490388.

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

Color convert

RGB212216205-
CMYK0.0200.050.15
HSL81.82º12.36%82.55%-
HSV(B)81.82º5.09%84.71%-
XYZ62.7367.5267.48-
YUV213.55123.17126.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.49%
GREEN value IS 216 (84.77% from 255) = 34.12%
BLUE value IS 205 (80.47% from 255) = 32.39%
R=33.49%
G=34.12%
B=32.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122162050.0200.050.1581.8212.3682.55
HexD4D8CD205F52c53
Octal3243303152051712214123
Binary1101010011011000110011011001011111101001011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D8CD; }

 p { color: rgb(212,216,205); }

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

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

 a { background-color: rgb(212,216,205); }

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

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

 span { border-color: rgb(212,216,205); }

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