#DBE1BE

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

Shades of Frost #DBE1BE

Tints of Frost #DBE1BE

Color information

#DBE1BE (or 0xDBE1BE) is unknown color: approx Frost. HEX triplet: DB, E1 and BE. RGB value is (219,225,190). Sum of RGB (Red+Green+Blue) = 219+225+190=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1BE is #241E41. Grayscale: #DBDBDB. Windows color (decimal): -2367042 or 12509659. OLE color: 12509659.

HSL color Cylindrical-coordinate representation of color #DBE1BE: hue angle of 70.29º degrees, saturation: 0.37, 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 #DBE1BE is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB219225190-
CMYK0.0300.160.12
HSL70.29º36.84%81.37%-
HSV(B)70.29º15.56%88.24%-
XYZ65.4372.6359.29-
YUV219.22111.51127.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 225 (88.28% from 255) = 35.49%
BLUE value IS 190 (74.61% from 255) = 29.97%
R=34.54%
G=35.49%
B=29.97%

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
Decimal2192251900.0300.160.1270.2936.8481.37
HexDBE1BE3010C462551
Octal33334127630201410645121
Binary11011011111000011011111011010000110010001101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE1BE; }

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

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

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

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

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

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

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

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