#D1DBBE

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

Shades of Grey Nurse #D1DBBE

Tints of Grey Nurse #D1DBBE

Color information

#D1DBBE (or 0xD1DBBE) is unknown color: approx Grey Nurse. HEX triplet: D1, DB and BE. RGB value is (209,219,190). Sum of RGB (Red+Green+Blue) = 209+219+190=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBBE is #2E2441. Grayscale: #D4D4D4. Windows color (decimal): -3023938 or 12508113. OLE color: 12508113.

HSL color Cylindrical-coordinate representation of color #D1DBBE: hue angle of 80.69º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1DBBE is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB209219190-
CMYK0.0500.130.14
HSL80.69º28.71%80.2%-
HSV(B)80.69º13.24%85.88%-
XYZ60.9267.9458.62-
YUV212.7115.19125.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.82%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 190 (74.61% from 255) = 30.74%
R=33.82%
G=35.44%
B=30.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092191900.0500.130.1480.6928.7180.2
HexD1DBBE50DE511d50
Octal32133327650151612135120
Binary1101000111011011101111101010110111101010001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DBBE; }

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

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

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

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

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

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

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

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