#DBE4BC

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

Shades of Frost #DBE4BC

Tints of Frost #DBE4BC

Color information

#DBE4BC (or 0xDBE4BC) is unknown color: approx Frost. HEX triplet: DB, E4 and BC. RGB value is (219,228,188). Sum of RGB (Red+Green+Blue) = 219+228+188=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE4BC is #241B43. Grayscale: #DCDCDC. Windows color (decimal): -2366276 or 12379355. OLE color: 12379355.

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

Color convert

RGB219228188-
CMYK0.0400.180.11
HSL73.5º42.55%81.57%-
HSV(B)73.5º17.54%89.41%-
XYZ66.0374.1858.41-
YUV220.75109.52126.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.49%
GREEN value IS 228 (89.45% from 255) = 35.91%
BLUE value IS 188 (73.83% from 255) = 29.61%
R=34.49%
G=35.91%
B=29.61%

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
Decimal2192281880.0400.180.1173.542.5581.57
HexDBE4BC4012B4a2b52
Octal33334427440221311253122
Binary110110111110010010111100100010010101110010101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE4BC; }

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

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

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

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

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

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

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

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