#D1D5CB

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

Shades of Grey Nurse #D1D5CB

Tints of Grey Nurse #D1D5CB

Color information

#D1D5CB (or 0xD1D5CB) is unknown color: approx Grey Nurse. HEX triplet: D1, D5 and CB. RGB value is (209,213,203). Sum of RGB (Red+Green+Blue) = 209+213+203=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D5CB is #2E2A34. Grayscale: #D2D2D2. Windows color (decimal): -3025461 or 13358545. OLE color: 13358545.

HSL color Cylindrical-coordinate representation of color #D1D5CB: hue angle of 84º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1D5CB is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB209213203-
CMYK0.0200.050.16
HSL84º10.64%81.57%-
HSV(B)84º4.69%83.53%-
XYZ60.8765.4665.93-
YUV210.66123.67126.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.44%
GREEN value IS 213 (83.59% from 255) = 34.08%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=33.44%
G=34.08%
B=32.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092132030.0200.050.168410.6481.57
HexD1D5CB2051054b52
Octal3213253132052012413122
Binary11010001110101011100101110010110000101010010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D5CB; }

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

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

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

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

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

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

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

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