#D2D8C2

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

Shades of Grey Nurse #D2D8C2

Tints of Grey Nurse #D2D8C2

Color information

#D2D8C2 (or 0xD2D8C2) is unknown color: approx Grey Nurse. HEX triplet: D2, D8 and C2. RGB value is (210,216,194). Sum of RGB (Red+Green+Blue) = 210+216+194=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D8C2 is #2D273D. Grayscale: #D3D3D3. Windows color (decimal): -2959166 or 12769490. OLE color: 12769490.

HSL color Cylindrical-coordinate representation of color #D2D8C2: hue angle of 76.36º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2D8C2 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB210216194-
CMYK0.0300.100.15
HSL76.36º22%80.39%-
HSV(B)76.36º10.19%84.71%-
XYZ60.8766.7160.71-
YUV211.7118.01126.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.87%
GREEN value IS 216 (84.77% from 255) = 34.84%
BLUE value IS 194 (76.17% from 255) = 31.29%
R=33.87%
G=34.84%
B=31.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102161940.0300.100.1576.362280.39
HexD2D8C230AF4c1650
Octal32233030230121711426120
Binary110100101101100011000010110101011111001100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D8C2; }

 p { color: rgb(210,216,194); }

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

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

 a { background-color: rgb(210,216,194); }

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

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

 span { border-color: rgb(210,216,194); }

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