#DBE1BD

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

Shades of Frost #DBE1BD

Tints of Frost #DBE1BD

Color information

#DBE1BD (or 0xDBE1BD) is unknown color: approx Frost. HEX triplet: DB, E1 and BD. RGB value is (219,225,189). Sum of RGB (Red+Green+Blue) = 219+225+189=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1BD is #241E42. Grayscale: #DBDBDB. Windows color (decimal): -2367043 or 12444123. OLE color: 12444123.

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

Color convert

RGB219225189-
CMYK0.0300.160.12
HSL70º37.5%81.18%-
HSV(B)70º16%88.24%-
XYZ65.3272.5858.71-
YUV219.1111.01127.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 225 (88.28% from 255) = 35.55%
BLUE value IS 189 (74.22% from 255) = 29.86%
R=34.60%
G=35.55%
B=29.86%

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
Decimal2192251890.0300.160.127037.581.18
HexDBE1BD3010C462651
Octal33334127530201410646121
Binary11011011111000011011110111010000110010001101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE1BD; }

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

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

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

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

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

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

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

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