#D4D8C8

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

Shades of Grey Nurse #D4D8C8

Tints of Grey Nurse #D4D8C8

Color information

#D4D8C8 (or 0xD4D8C8) is unknown color: approx Grey Nurse. HEX triplet: D4, D8 and C8. RGB value is (212,216,200). Sum of RGB (Red+Green+Blue) = 212+216+200=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D8C8 is #2B2737. Grayscale: #D5D5D5. Windows color (decimal): -2828088 or 13162708. OLE color: 13162708.

HSL color Cylindrical-coordinate representation of color #D4D8C8: hue angle of 75º degrees, saturation: 0.17, 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 #D4D8C8 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB212216200-
CMYK0.0200.070.15
HSL75º17.02%81.57%-
HSV(B)75º7.41%84.71%-
XYZ62.1367.2864.35-
YUV212.98120.67127.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.76%
GREEN value IS 216 (84.77% from 255) = 34.39%
BLUE value IS 200 (78.52% from 255) = 31.85%
R=33.76%
G=34.39%
B=31.85%

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
Decimal2122162000.0200.070.157517.0281.57
HexD4D8C8207F4b1152
Octal3243303102071711321122
Binary11010100110110001100100010011111111001011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D8C8; }

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

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

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

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

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

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

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

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