#DBE3BA

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

Shades of Frost #DBE3BA

Tints of Frost #DBE3BA

Color information

#DBE3BA (or 0xDBE3BA) is unknown color: approx Frost. HEX triplet: DB, E3 and BA. RGB value is (219,227,186). Sum of RGB (Red+Green+Blue) = 219+227+186=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 227 (89.06% from 255 or 35.92% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3BA is #241C45. Grayscale: #DCDCDC. Windows color (decimal): -2366534 or 12248027. OLE color: 12248027.

HSL color Cylindrical-coordinate representation of color #DBE3BA: hue angle of 71.71º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBE3BA is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB219227186-
CMYK0.0400.180.11
HSL71.71º42.27%80.98%-
HSV(B)71.71º18.06%89.02%-
XYZ65.5573.5457.2-
YUV219.93108.85127.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 227 (89.06% from 255) = 35.92%
BLUE value IS 186 (73.05% from 255) = 29.43%
R=34.65%
G=35.92%
B=29.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192271860.0400.180.1171.7142.2780.98
HexDBE3BA4012B482a51
Octal33334327240221311052121
Binary110110111110001110111010100010010101110010001010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE3BA; }

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

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

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

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

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

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

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

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