#D3D6CB

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

Shades of Grey Nurse #D3D6CB

Tints of Grey Nurse #D3D6CB

Color information

#D3D6CB (or 0xD3D6CB) is unknown color: approx Grey Nurse. HEX triplet: D3, D6 and CB. RGB value is (211,214,203). Sum of RGB (Red+Green+Blue) = 211+214+203=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D6CB is #2C2934. Grayscale: #D3D3D3. Windows color (decimal): -2894133 or 13358803. OLE color: 13358803.

HSL color Cylindrical-coordinate representation of color #D3D6CB: hue angle of 76.36º degrees, saturation: 0.12, 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 #D3D6CB is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB211214203-
CMYK0.0100.050.16
HSL76.36º11.83%81.76%-
HSV(B)76.36º5.14%83.92%-
XYZ61.6966.2566.04-
YUV211.85123.01127.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.60%
GREEN value IS 214 (83.98% from 255) = 34.08%
BLUE value IS 203 (79.69% from 255) = 32.32%
R=33.60%
G=34.08%
B=32.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2112142030.0100.050.1676.3611.8381.76
HexD3D6CB105104cc52
Octal3233263131052011414122
Binary1101001111010110110010111010110000100110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D6CB; }

 p { color: rgb(211,214,203); }

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

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

 a { background-color: rgb(211,214,203); }

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

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

 span { border-color: rgb(211,214,203); }

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