#DBE1BA

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

Shades of Frost #DBE1BA

Tints of Frost #DBE1BA

Color information

#DBE1BA (or 0xDBE1BA) is unknown color: approx Frost. HEX triplet: DB, E1 and BA. RGB value is (219,225,186). Sum of RGB (Red+Green+Blue) = 219+225+186=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1BA is #241E45. Grayscale: #DADADA. Windows color (decimal): -2367046 or 12247515. OLE color: 12247515.

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

Color convert

RGB219225186-
CMYK0.0300.170.12
HSL69.23º39.39%80.59%-
HSV(B)69.23º17.33%88.24%-
XYZ6572.4657.01-
YUV218.76109.51128.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.76%
GREEN value IS 225 (88.28% from 255) = 35.71%
BLUE value IS 186 (73.05% from 255) = 29.52%
R=34.76%
G=35.71%
B=29.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192251860.0300.170.1269.2339.3980.59
HexDBE1BA3011C452751
Octal33334127230211410547121
Binary11011011111000011011101011010001110010001011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE1BA; }

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

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

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

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

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

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

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

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