#D1DABF

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

Shades of Grey Nurse #D1DABF

Tints of Grey Nurse #D1DABF

Color information

#D1DABF (or 0xD1DABF) is unknown color: approx Grey Nurse. HEX triplet: D1, DA and BF. RGB value is (209,218,191). Sum of RGB (Red+Green+Blue) = 209+218+191=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DABF is #2E2540. Grayscale: #D4D4D4. Windows color (decimal): -3024193 or 12573393. OLE color: 12573393.

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

Color convert

RGB209218191-
CMYK0.0400.120.15
HSL80º26.73%80.2%-
HSV(B)80º12.39%85.49%-
XYZ60.7767.4659.11-
YUV212.23116.02125.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.82%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 191 (75% from 255) = 30.91%
R=33.82%
G=35.28%
B=30.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092181910.0400.120.158026.7380.2
HexD1DABF40CF501b50
Octal32133227740141712033120
Binary1101000111011010101111111000110011111010000110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DABF; }

 p { color: rgb(209,218,191); }

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

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

 a { background-color: rgb(209,218,191); }

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

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

 span { border-color: rgb(209,218,191); }

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