Shades of Frostee #DBEDCE
Tints of Frostee #DBEDCE
RGB
CMYK
RGB Variations
Color information
#DBEDCE (or 0xDBEDCE) is known color: Frostee. HEX triplet: DB, ED and CE. RGB value is (219,237,206). Sum of RGB (Red+Green+Blue) = 219+237+206=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDCE is #241231. Grayscale: #E4E4E4. Windows color (decimal): -2363954 or 13561307. OLE color: 13561307.
HSL color Cylindrical-coordinate representation of color #DBEDCE: hue angle of 94.84º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBEDCE is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 206 | - |
CMYK | 0.08 | 0 | 0.13 | 0.07 |
HSL | 94.84º | 0.46% | 0.87% | - |
HSV(B) | 94.84º | 0.13% | 0.93% | - |
XYZ | 70.64 | 80.08 | 70.13 | - |
YUV | 228.08 | 115.54 | 121.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 206 | 0.08 | 0 | 0.13 | 0.07 | 94.84 | 0.46 | 0.87 |
Hex | DB | ED | CE | 8 | 0 | D | 7 | 5F | 2E | 57 |
Octal | 333 | 355 | 316 | 10 | 0 | 15 | 7 | 137 | 56 | 127 |
Binary | 11011011 | 11101101 | 11001110 | 1000 | 0 | 1101 | 111 | 1011111 | 101110 | 1010111 |
Color Harmonies of #DBEDCE
Complementary color
Monochromatic Colors of #DBEDCE
Black with #DBEDCE
Text Example
Text Example
White with #DBEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDCE; }
p { color: rgb(219,237,206); }
H1.HeaderClassName
{
color: #DBEDCE;
}
.AnyTagClassName
{
color: #DBEDCE;
}
</style>
background-color css
<style>
a { background-color: #DBEDCE; }
a { background-color: rgb(219,237,206); }
div.DivClassName
{
background-color: #DBEDCE;
}
.BgClassName
{
background-color: #DBEDCE;
}
</style>
border-color css
<style>
span { border-color: #DBEDCE; }
span { border-color: rgb(219,237,206); }
td.TdClassName
{
border-color: #DBEDCE;
}
.TagClassName
{
border-color: #DBEDCE;
}
</style>