#DBE5BA

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

Shades of Frost #DBE5BA

Tints of Frost #DBE5BA

Color information

#DBE5BA (or 0xDBE5BA) is unknown color: approx Frost. HEX triplet: DB, E5 and BA. RGB value is (219,229,186). Sum of RGB (Red+Green+Blue) = 219+229+186=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5BA is #241A45. Grayscale: #DDDDDD. Windows color (decimal): -2366022 or 12248539. OLE color: 12248539.

HSL color Cylindrical-coordinate representation of color #DBE5BA: hue angle of 73.95º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBE5BA is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB219229186-
CMYK0.0400.190.10
HSL73.95º45.26%81.37%-
HSV(B)73.95º18.78%89.8%-
XYZ66.174.6457.38-
YUV221.11108.19126.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 229 (89.84% from 255) = 36.12%
BLUE value IS 186 (73.05% from 255) = 29.34%
R=34.54%
G=36.12%
B=29.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192291860.0400.190.1073.9545.2681.37
HexDBE5BA4013A4a2d51
Octal33334527240231211255121
Binary110110111110010110111010100010011101010010101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE5BA; }

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

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

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

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

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

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

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

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