#DBE0BA

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

Shades of Frost #DBE0BA

Tints of Frost #DBE0BA

Color information

#DBE0BA (or 0xDBE0BA) is unknown color: approx Frost. HEX triplet: DB, E0 and BA. RGB value is (219,224,186). Sum of RGB (Red+Green+Blue) = 219+224+186=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0BA is #241F45. Grayscale: #DADADA. Windows color (decimal): -2367302 or 12247259. OLE color: 12247259.

HSL color Cylindrical-coordinate representation of color #DBE0BA: hue angle of 67.89º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBE0BA is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB219224186-
CMYK0.0200.170.12
HSL67.89º38%80.39%-
HSV(B)67.89º16.96%87.84%-
XYZ64.7371.9256.92-
YUV218.17109.84128.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 224 (87.89% from 255) = 35.61%
BLUE value IS 186 (73.05% from 255) = 29.57%
R=34.82%
G=35.61%
B=29.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192241860.0200.170.1267.893880.39
HexDBE0BA2011C442650
Octal33334027220211410446120
Binary11011011111000001011101010010001110010001001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE0BA; }

 p { color: rgb(219,224,186); }

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

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

 a { background-color: rgb(219,224,186); }

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

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

 span { border-color: rgb(219,224,186); }

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