Shades of Frostee #DBEECD
Tints of Frostee #DBEECD
RGB
CMYK
RGB Variations
Color information
#DBEECD (or 0xDBEECD) is known color: Frostee. HEX triplet: DB, EE and CD. RGB value is (219,238,205). Sum of RGB (Red+Green+Blue) = 219+238+205=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEECD is #241132. Grayscale: #E4E4E4. Windows color (decimal): -2363699 or 13496027. OLE color: 13496027.
HSL color Cylindrical-coordinate representation of color #DBEECD: hue angle of 94.55º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBEECD is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 238 | 205 | - |
CMYK | 0.08 | 0 | 0.14 | 0.07 |
HSL | 94.55º | 0.49% | 0.87% | - |
HSV(B) | 94.55º | 0.14% | 0.93% | - |
XYZ | 70.81 | 80.62 | 69.59 | - |
YUV | 228.56 | 114.71 | 121.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 238 | 205 | 0.08 | 0 | 0.14 | 0.07 | 94.55 | 0.49 | 0.87 |
Hex | DB | EE | CD | 8 | 0 | E | 7 | 5F | 31 | 57 |
Octal | 333 | 356 | 315 | 10 | 0 | 16 | 7 | 137 | 61 | 127 |
Binary | 11011011 | 11101110 | 11001101 | 1000 | 0 | 1110 | 111 | 1011111 | 110001 | 1010111 |
Color Harmonies of #DBEECD
Complementary color
Monochromatic Colors of #DBEECD
Black with #DBEECD
Text Example
Text Example
White with #DBEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEECD; }
p { color: rgb(219,238,205); }
H1.HeaderClassName
{
color: #DBEECD;
}
.AnyTagClassName
{
color: #DBEECD;
}
</style>
background-color css
<style>
a { background-color: #DBEECD; }
a { background-color: rgb(219,238,205); }
div.DivClassName
{
background-color: #DBEECD;
}
.BgClassName
{
background-color: #DBEECD;
}
</style>
border-color css
<style>
span { border-color: #DBEECD; }
span { border-color: rgb(219,238,205); }
td.TdClassName
{
border-color: #DBEECD;
}
.TagClassName
{
border-color: #DBEECD;
}
</style>