#DBE1BC

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

Shades of Frost #DBE1BC

Tints of Frost #DBE1BC

Color information

#DBE1BC (or 0xDBE1BC) is unknown color: approx Frost. HEX triplet: DB, E1 and BC. RGB value is (219,225,188). Sum of RGB (Red+Green+Blue) = 219+225+188=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1BC is #241E43. Grayscale: #DBDBDB. Windows color (decimal): -2367044 or 12378587. OLE color: 12378587.

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

Color convert

RGB219225188-
CMYK0.0300.160.12
HSL69.73º38.14%80.98%-
HSV(B)69.73º16.44%88.24%-
XYZ65.2272.5458.14-
YUV218.99110.51128.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 225 (88.28% from 255) = 35.60%
BLUE value IS 188 (73.83% from 255) = 29.75%
R=34.65%
G=35.60%
B=29.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192251880.0300.160.1269.7338.1480.98
HexDBE1BC3010C462651
Octal33334127430201410646121
Binary11011011111000011011110011010000110010001101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE1BC; }

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

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

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

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

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

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

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

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