#DBE5BB

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

Shades of Frost #DBE5BB

Tints of Frost #DBE5BB

Color information

#DBE5BB (or 0xDBE5BB) is unknown color: approx Frost. HEX triplet: DB, E5 and BB. RGB value is (219,229,187). Sum of RGB (Red+Green+Blue) = 219+229+187=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5BB is #241A44. Grayscale: #DDDDDD. Windows color (decimal): -2366021 or 12314075. OLE color: 12314075.

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

Color convert

RGB219229187-
CMYK0.0400.180.10
HSL74.29º44.68%81.57%-
HSV(B)74.29º18.34%89.8%-
XYZ66.274.6957.94-
YUV221.22108.69126.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.49%
GREEN value IS 229 (89.84% from 255) = 36.06%
BLUE value IS 187 (73.44% from 255) = 29.45%
R=34.49%
G=36.06%
B=29.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192291870.0400.180.1074.2944.6881.57
HexDBE5BB4012A4a2d52
Octal33334527340221211255122
Binary110110111110010110111011100010010101010010101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE5BB; }

 p { color: rgb(219,229,187); }

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

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

 a { background-color: rgb(219,229,187); }

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

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

 span { border-color: rgb(219,229,187); }

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