Shades of Frostee #DBEBC7
Tints of Frostee #DBEBC7
RGB
CMYK
RGB Variations
Color information
#DBEBC7 (or 0xDBEBC7) is known color: Frostee. HEX triplet: DB, EB and C7. RGB value is (219,235,199). Sum of RGB (Red+Green+Blue) = 219+235+199=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 199 (78.12% from 255 or 30.47% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBC7 is #241438. Grayscale: #E2E2E2. Windows color (decimal): -2364473 or 13102043. OLE color: 13102043.
HSL color Cylindrical-coordinate representation of color #DBEBC7: hue angle of 86.67º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBEBC7 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 235 | 199 | - |
CMYK | 0.07 | 0 | 0.15 | 0.08 |
HSL | 86.67º | 0.47% | 0.85% | - |
HSV(B) | 86.67º | 0.15% | 0.92% | - |
XYZ | 69.23 | 78.6 | 65.56 | - |
YUV | 226.11 | 112.7 | 122.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 235 | 199 | 0.07 | 0 | 0.15 | 0.08 | 86.67 | 0.47 | 0.85 |
Hex | DB | EB | C7 | 7 | 0 | F | 8 | 57 | 2F | 55 |
Octal | 333 | 353 | 307 | 7 | 0 | 17 | 10 | 127 | 57 | 125 |
Binary | 11011011 | 11101011 | 11000111 | 111 | 0 | 1111 | 1000 | 1010111 | 101111 | 1010101 |
Color Harmonies of #DBEBC7
Complementary color
Monochromatic Colors of #DBEBC7
Black with #DBEBC7
Text Example
Text Example
White with #DBEBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBC7; }
p { color: rgb(219,235,199); }
H1.HeaderClassName
{
color: #DBEBC7;
}
.AnyTagClassName
{
color: #DBEBC7;
}
</style>
background-color css
<style>
a { background-color: #DBEBC7; }
a { background-color: rgb(219,235,199); }
div.DivClassName
{
background-color: #DBEBC7;
}
.BgClassName
{
background-color: #DBEBC7;
}
</style>
border-color css
<style>
span { border-color: #DBEBC7; }
span { border-color: rgb(219,235,199); }
td.TdClassName
{
border-color: #DBEBC7;
}
.TagClassName
{
border-color: #DBEBC7;
}
</style>