Shades of Frostee #DBEEC4
Tints of Frostee #DBEEC4
RGB
CMYK
RGB Variations
Color information
#DBEEC4 (or 0xDBEEC4) is known color: Frostee. HEX triplet: DB, EE and C4. RGB value is (219,238,196). Sum of RGB (Red+Green+Blue) = 219+238+196=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 196 (76.95% from 255 or 30.02% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEC4 is #24113B. Grayscale: #E3E3E3. Windows color (decimal): -2363708 or 12906203. OLE color: 12906203.
HSL color Cylindrical-coordinate representation of color #DBEEC4: hue angle of 87.14º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBEEC4 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 238 | 196 | - |
CMYK | 0.08 | 0 | 0.18 | 0.07 |
HSL | 87.14º | 0.55% | 0.85% | - |
HSV(B) | 87.14º | 0.18% | 0.93% | - |
XYZ | 69.75 | 80.19 | 64.03 | - |
YUV | 227.53 | 110.21 | 121.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 238 | 196 | 0.08 | 0 | 0.18 | 0.07 | 87.14 | 0.55 | 0.85 |
Hex | DB | EE | C4 | 8 | 0 | 12 | 7 | 57 | 37 | 55 |
Octal | 333 | 356 | 304 | 10 | 0 | 22 | 7 | 127 | 67 | 125 |
Binary | 11011011 | 11101110 | 11000100 | 1000 | 0 | 10010 | 111 | 1010111 | 110111 | 1010101 |
Color Harmonies of #DBEEC4
Complementary color
Monochromatic Colors of #DBEEC4
Black with #DBEEC4
Text Example
Text Example
White with #DBEEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEC4; }
p { color: rgb(219,238,196); }
H1.HeaderClassName
{
color: #DBEEC4;
}
.AnyTagClassName
{
color: #DBEEC4;
}
</style>
background-color css
<style>
a { background-color: #DBEEC4; }
a { background-color: rgb(219,238,196); }
div.DivClassName
{
background-color: #DBEEC4;
}
.BgClassName
{
background-color: #DBEEC4;
}
</style>
border-color css
<style>
span { border-color: #DBEEC4; }
span { border-color: rgb(219,238,196); }
td.TdClassName
{
border-color: #DBEEC4;
}
.TagClassName
{
border-color: #DBEEC4;
}
</style>