#DBE8D2

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

Shades of Frostee #DBE8D2

Tints of Frostee #DBE8D2

Color information

#DBE8D2 (or 0xDBE8D2) is unknown color: approx Frostee. HEX triplet: DB, E8 and D2. RGB value is (219,232,210). Sum of RGB (Red+Green+Blue) = 219+232+210=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 210 (82.42% from 255 or 31.77% from 661); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8D2 is #24172D. Grayscale: #E1E1E1. Windows color (decimal): -2365230 or 13822171. OLE color: 13822171.

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

Color convert

RGB219232210-
CMYK0.0600.090.09
HSL95.45º32.35%86.67%-
HSV(B)95.45º9.48%90.98%-
XYZ69.777.4372.24-
YUV225.6119.19123.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.13%
GREEN value IS 232 (91.02% from 255) = 35.10%
BLUE value IS 210 (82.42% from 255) = 31.77%
R=33.13%
G=35.10%
B=31.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192322100.0600.090.0995.4532.3586.67
HexDBE8D260995f2057
Octal33335032260111113740127
Binary11011011111010001101001011001001100110111111000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE8D2; }

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

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

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

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

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

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

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

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