#DBE8D1

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

Shades of Frostee #DBE8D1

Tints of Frostee #DBE8D1

Color information

#DBE8D1 (or 0xDBE8D1) is unknown color: approx Frostee. HEX triplet: DB, E8 and D1. RGB value is (219,232,209). Sum of RGB (Red+Green+Blue) = 219+232+209=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 209 (82.03% from 255 or 31.67% from 660); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8D1 is #24172E. Grayscale: #E1E1E1. Windows color (decimal): -2365231 or 13756635. OLE color: 13756635.

HSL color Cylindrical-coordinate representation of color #DBE8D1: hue angle of 93.91º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE8D1 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB219232209-
CMYK0.0600.100.09
HSL93.91º33.33%86.47%-
HSV(B)93.91º9.91%90.98%-
XYZ69.5877.3871.59-
YUV225.49118.69123.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.18%
GREEN value IS 232 (91.02% from 255) = 35.15%
BLUE value IS 209 (82.03% from 255) = 31.67%
R=33.18%
G=35.15%
B=31.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192322090.0600.100.0993.9133.3386.47
HexDBE8D160A95e2156
Octal33335032160121113641126
Binary11011011111010001101000111001010100110111101000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE8D1; }

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

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

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

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

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

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

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

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