#D2DBBE

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

Shades of Grey Nurse #D2DBBE

Tints of Grey Nurse #D2DBBE

Color information

#D2DBBE (or 0xD2DBBE) is unknown color: approx Grey Nurse. HEX triplet: D2, DB and BE. RGB value is (210,219,190). Sum of RGB (Red+Green+Blue) = 210+219+190=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBBE is #2D2441. Grayscale: #D5D5D5. Windows color (decimal): -2958402 or 12508114. OLE color: 12508114.

HSL color Cylindrical-coordinate representation of color #D2DBBE: hue angle of 78.62º 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 #D2DBBE is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB210219190-
CMYK0.0400.130.14
HSL78.62º28.71%80.2%-
HSV(B)78.62º13.24%85.88%-
XYZ61.268.0858.63-
YUV213115.02125.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.93%
GREEN value IS 219 (85.94% from 255) = 35.38%
BLUE value IS 190 (74.61% from 255) = 30.69%
R=33.93%
G=35.38%
B=30.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102191900.0400.130.1478.6228.7180.2
HexD2DBBE40DE4f1d50
Octal32233327640151611735120
Binary1101001011011011101111101000110111101001111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBBE; }

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

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

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

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

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

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

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

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