Shades of Frostee #DCF3C9
Tints of Frostee #DCF3C9
RGB
CMYK
RGB Variations
Color information
#DCF3C9 (or 0xDCF3C9) is known color: Frostee. HEX triplet: DC, F3 and C9. RGB value is (220,243,201). Sum of RGB (Red+Green+Blue) = 220+243+201=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 243 (95.31% from 255 or 36.60% from 664); Blue value is 201 (78.91% from 255 or 30.27% from 664); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3C9 is #230C36. Grayscale: #E7E7E7. Windows color (decimal): -2296887 or 13235164. OLE color: 13235164.
HSL color Cylindrical-coordinate representation of color #DCF3C9: hue angle of 92.86º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCF3C9 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 201 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.05 |
| HSL | 92.86º | 0.64% | 0.87% | - |
| HSV(B) | 92.86º | 0.17% | 0.95% | - |
| XYZ | 72.11 | 83.53 | 67.58 | - |
| YUV | 231.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 201 | 0.09 | 0 | 0.17 | 0.05 | 92.86 | 0.64 | 0.87 |
| Hex | DC | F3 | C9 | 9 | 0 | 11 | 5 | 5D | 40 | 57 |
| Octal | 334 | 363 | 311 | 11 | 0 | 21 | 5 | 135 | 100 | 127 |
| Binary | 11011100 | 11110011 | 11001001 | 1001 | 0 | 10001 | 101 | 1011101 | 1000000 | 1010111 |
Color Harmonies of #DCF3C9
Complementary color
Monochromatic Colors of #DCF3C9
Black with #DCF3C9
Text Example
Text Example
White with #DCF3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF3C9; }
p { color: rgb(220,243,201); }
H1.HeaderClassName
{
color: #DCF3C9;
}
.AnyTagClassName
{
color: #DCF3C9;
}
</style>
background-color css
<style>
a { background-color: #DCF3C9; }
a { background-color: rgb(220,243,201); }
div.DivClassName
{
background-color: #DCF3C9;
}
.BgClassName
{
background-color: #DCF3C9;
}
</style>
border-color css
<style>
span { border-color: #DCF3C9; }
span { border-color: rgb(220,243,201); }
td.TdClassName
{
border-color: #DCF3C9;
}
.TagClassName
{
border-color: #DCF3C9;
}
</style>