Shades of Frostee #DBEDC7
Tints of Frostee #DBEDC7
RGB
CMYK
RGB Variations
Color information
#DBEDC7 (or 0xDBEDC7) is known color: Frostee. HEX triplet: DB, ED and C7. RGB value is (219,237,199). Sum of RGB (Red+Green+Blue) = 219+237+199=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 199 (78.12% from 255 or 30.38% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDC7 is #241238. Grayscale: #E3E3E3. Windows color (decimal): -2363961 or 13102555. OLE color: 13102555.
HSL color Cylindrical-coordinate representation of color #DBEDC7: hue angle of 88.42º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBEDC7 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 199 | - |
CMYK | 0.08 | 0 | 0.16 | 0.07 |
HSL | 88.42º | 0.51% | 0.85% | - |
HSV(B) | 88.42º | 0.16% | 0.93% | - |
XYZ | 69.81 | 79.75 | 65.75 | - |
YUV | 227.29 | 112.04 | 122.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 199 | 0.08 | 0 | 0.16 | 0.07 | 88.42 | 0.51 | 0.85 |
Hex | DB | ED | C7 | 8 | 0 | 10 | 7 | 58 | 33 | 55 |
Octal | 333 | 355 | 307 | 10 | 0 | 20 | 7 | 130 | 63 | 125 |
Binary | 11011011 | 11101101 | 11000111 | 1000 | 0 | 10000 | 111 | 1011000 | 110011 | 1010101 |
Color Harmonies of #DBEDC7
Complementary color
Monochromatic Colors of #DBEDC7
Black with #DBEDC7
Text Example
Text Example
White with #DBEDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDC7; }
p { color: rgb(219,237,199); }
H1.HeaderClassName
{
color: #DBEDC7;
}
.AnyTagClassName
{
color: #DBEDC7;
}
</style>
background-color css
<style>
a { background-color: #DBEDC7; }
a { background-color: rgb(219,237,199); }
div.DivClassName
{
background-color: #DBEDC7;
}
.BgClassName
{
background-color: #DBEDC7;
}
</style>
border-color css
<style>
span { border-color: #DBEDC7; }
span { border-color: rgb(219,237,199); }
td.TdClassName
{
border-color: #DBEDC7;
}
.TagClassName
{
border-color: #DBEDC7;
}
</style>