#DBE8B9

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

Shades of Frost #DBE8B9

Tints of Frost #DBE8B9

Color information

#DBE8B9 (or 0xDBE8B9) is unknown color: approx Frost. HEX triplet: DB, E8 and B9. RGB value is (219,232,185). Sum of RGB (Red+Green+Blue) = 219+232+185=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 185 (72.66% from 255 or 29.09% from 636); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8B9 is #241746. Grayscale: #DEDEDE. Windows color (decimal): -2365255 or 12183771. OLE color: 12183771.

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

Color convert

RGB219232185-
CMYK0.0600.200.09
HSL76.6º50.54%81.76%-
HSV(B)76.6º20.26%90.98%-
XYZ66.8376.2857.1-
YUV222.76106.69125.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.43%
GREEN value IS 232 (91.02% from 255) = 36.48%
BLUE value IS 185 (72.66% from 255) = 29.09%
R=34.43%
G=36.48%
B=29.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192321850.0600.200.0976.650.5481.76
HexDBE8B9601494d3352
Octal33335027160241111563122
Binary110110111110100010111001110010100100110011011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE8B9; }

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

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

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

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

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

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

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

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