Shades of Frostee #DCF3C5
Tints of Frostee #DCF3C5
RGB
CMYK
RGB Variations
Color information
#DCF3C5 (or 0xDCF3C5) is known color: Frostee. HEX triplet: DC, F3 and C5. RGB value is (220,243,197). Sum of RGB (Red+Green+Blue) = 220+243+197=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 243 (95.31% from 255 or 36.82% from 660); Blue value is 197 (77.34% from 255 or 29.85% from 660); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3C5 is #230C3A. Grayscale: #E7E7E7. Windows color (decimal): -2296891 or 12973020. OLE color: 12973020.
HSL color Cylindrical-coordinate representation of color #DCF3C5: hue angle of 90º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCF3C5 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 197 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.05 |
| HSL | 90º | 0.66% | 0.86% | - |
| HSV(B) | 90º | 0.19% | 0.95% | - |
| XYZ | 71.64 | 83.35 | 65.14 | - |
| YUV | 230.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 197 | 0.09 | 0 | 0.19 | 0.05 | 90 | 0.66 | 0.86 |
| Hex | DC | F3 | C5 | 9 | 0 | 13 | 5 | 5A | 42 | 56 |
| Octal | 334 | 363 | 305 | 11 | 0 | 23 | 5 | 132 | 102 | 126 |
| Binary | 11011100 | 11110011 | 11000101 | 1001 | 0 | 10011 | 101 | 1011010 | 1000010 | 1010110 |
Color Harmonies of #DCF3C5
Complementary color
Monochromatic Colors of #DCF3C5
Black with #DCF3C5
Text Example
Text Example
White with #DCF3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF3C5; }
p { color: rgb(220,243,197); }
H1.HeaderClassName
{
color: #DCF3C5;
}
.AnyTagClassName
{
color: #DCF3C5;
}
</style>
background-color css
<style>
a { background-color: #DCF3C5; }
a { background-color: rgb(220,243,197); }
div.DivClassName
{
background-color: #DCF3C5;
}
.BgClassName
{
background-color: #DCF3C5;
}
</style>
border-color css
<style>
span { border-color: #DCF3C5; }
span { border-color: rgb(220,243,197); }
td.TdClassName
{
border-color: #DCF3C5;
}
.TagClassName
{
border-color: #DCF3C5;
}
</style>