#D7D9D0

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

Shades of Grey Nurse #D7D9D0

Tints of Grey Nurse #D7D9D0

Color information

#D7D9D0 (or 0xD7D9D0) is unknown color: approx Grey Nurse. HEX triplet: D7, D9 and D0. RGB value is (215,217,208). Sum of RGB (Red+Green+Blue) = 215+217+208=640 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.59% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D9D0 is #28262F. Grayscale: #D7D7D7. Windows color (decimal): -2631216 or 13687255. OLE color: 13687255.

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

Color convert

RGB215217208-
CMYK0.0100.040.15
HSL73.33º10.59%83.33%-
HSV(B)73.33º4.15%85.1%-
XYZ64.2268.6369.54-
YUV215.38123.84127.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.59%
GREEN value IS 217 (85.16% from 255) = 33.91%
BLUE value IS 208 (81.64% from 255) = 32.5%
R=33.59%
G=33.91%
B=32.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152172080.0100.040.1573.3310.5983.33
HexD7D9D0104F49b53
Octal3273313201041711113123
Binary110101111101100111010000101001111100100110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D9D0; }

 p { color: rgb(215,217,208); }

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

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

 a { background-color: rgb(215,217,208); }

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

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

 span { border-color: rgb(215,217,208); }

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