#D1D4CB

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

Shades of Grey Nurse #D1D4CB

Tints of Grey Nurse #D1D4CB

Color information

#D1D4CB (or 0xD1D4CB) is unknown color: approx Grey Nurse. HEX triplet: D1, D4 and CB. RGB value is (209,212,203). Sum of RGB (Red+Green+Blue) = 209+212+203=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 212 - color contains mainly: green. Hex color #D1D4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D4CB is #2E2B34. Grayscale: #D2D2D2. Windows color (decimal): -3025717 or 13358289. OLE color: 13358289.

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

Color convert

RGB209212203-
CMYK0.0100.040.17
HSL80º9.47%81.37%-
HSV(B)80º4.25%83.14%-
XYZ60.6264.9565.84-
YUV210.08124.01127.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.49%
GREEN value IS 212 (83.20% from 255) = 33.97%
BLUE value IS 203 (79.69% from 255) = 32.53%
R=33.49%
G=33.97%
B=32.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2092122030.0100.040.17809.4781.37
HexD1D4CB1041150951
Octal3213243131042112011121
Binary1101000111010100110010111010010001101000010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D4CB; }

 p { color: rgb(209,212,203); }

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

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

 a { background-color: rgb(209,212,203); }

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

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

 span { border-color: rgb(209,212,203); }

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