#D1DABE

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

Shades of Grey Nurse #D1DABE

Tints of Grey Nurse #D1DABE

Color information

#D1DABE (or 0xD1DABE) is unknown color: approx Grey Nurse. HEX triplet: D1, DA and BE. RGB value is (209,218,190). Sum of RGB (Red+Green+Blue) = 209+218+190=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DABE is #2E2541. Grayscale: #D4D4D4. Windows color (decimal): -3024194 or 12507857. OLE color: 12507857.

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

Color convert

RGB209218190-
CMYK0.0400.130.15
HSL79.29º27.45%80%-
HSV(B)79.29º12.84%85.49%-
XYZ60.6667.4258.53-
YUV212.12115.52125.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.87%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 190 (74.61% from 255) = 30.79%
R=33.87%
G=35.33%
B=30.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092181900.0400.130.1579.2927.4580
HexD1DABE40DF4f1b50
Octal32133227640151711733120
Binary1101000111011010101111101000110111111001111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DABE; }

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

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

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

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

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

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

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

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