#DBEBB7

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

Shades of Frost #DBEBB7

Tints of Frost #DBEBB7

Color information

#DBEBB7 (or 0xDBEBB7) is unknown color: approx Frost. HEX triplet: DB, EB and B7. RGB value is (219,235,183). Sum of RGB (Red+Green+Blue) = 219+235+183=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 183 (71.88% from 255 or 28.73% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBB7 is #241448. Grayscale: #E0E0E0. Windows color (decimal): -2364489 or 12053467. OLE color: 12053467.

HSL color Cylindrical-coordinate representation of color #DBEBB7: hue angle of 78.46º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBEBB7 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB219235183-
CMYK0.0700.220.08
HSL78.46º56.52%81.96%-
HSV(B)78.46º22.13%92.16%-
XYZ67.4777.956.28-
YUV224.29104.7124.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 235 (92.19% from 255) = 36.89%
BLUE value IS 183 (71.88% from 255) = 28.73%
R=34.38%
G=36.89%
B=28.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192351830.0700.220.0878.4656.5281.96
HexDBEBB7701684e3952
Octal33335326770261011671122
Binary110110111110101110110111111010110100010011101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBB7; }

 p { color: rgb(219,235,183); }

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

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

 a { background-color: rgb(219,235,183); }

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

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

 span { border-color: rgb(219,235,183); }

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