Shades of Frostee #DFF6C8
Tints of Frostee #DFF6C8
RGB
CMYK
RGB Variations
Color information
#DFF6C8 (or 0xDFF6C8) is known color: Frostee. HEX triplet: DF, F6 and C8. RGB value is (223,246,200). Sum of RGB (Red+Green+Blue) = 223+246+200=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 200 (78.52% from 255 or 29.90% from 669); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF6C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF6C8 is #200937. Grayscale: #EAEAEA. Windows color (decimal): -2099512 or 13170399. OLE color: 13170399.
HSL color Cylindrical-coordinate representation of color #DFF6C8: hue angle of 90º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFF6C8 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 200 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.04 |
| HSL | 90º | 0.72% | 0.87% | - |
| HSV(B) | 90º | 0.19% | 0.96% | - |
| XYZ | 73.81 | 85.77 | 67.31 | - |
| YUV | 233.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 200 | 0.09 | 0 | 0.19 | 0.04 | 90 | 0.72 | 0.87 |
| Hex | DF | F6 | C8 | 9 | 0 | 13 | 4 | 5A | 48 | 57 |
| Octal | 337 | 366 | 310 | 11 | 0 | 23 | 4 | 132 | 110 | 127 |
| Binary | 11011111 | 11110110 | 11001000 | 1001 | 0 | 10011 | 100 | 1011010 | 1001000 | 1010111 |
Color Harmonies of #DFF6C8
Complementary color
Monochromatic Colors of #DFF6C8
Black with #DFF6C8
Text Example
Text Example
White with #DFF6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF6C8; }
p { color: rgb(223,246,200); }
H1.HeaderClassName
{
color: #DFF6C8;
}
.AnyTagClassName
{
color: #DFF6C8;
}
</style>
background-color css
<style>
a { background-color: #DFF6C8; }
a { background-color: rgb(223,246,200); }
div.DivClassName
{
background-color: #DFF6C8;
}
.BgClassName
{
background-color: #DFF6C8;
}
</style>
border-color css
<style>
span { border-color: #DFF6C8; }
span { border-color: rgb(223,246,200); }
td.TdClassName
{
border-color: #DFF6C8;
}
.TagClassName
{
border-color: #DFF6C8;
}
</style>