Shades of White Ice #C6FFDF
Tints of White Ice #C6FFDF
RGB
CMYK
RGB Variations
Color information
#C6FFDF (or 0xC6FFDF) is known color: White Ice. HEX triplet: C6, FF and DF. RGB value is (198,255,223). Sum of RGB (Red+Green+Blue) = 198+255+223=676 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.29% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FFDF is #390020. Grayscale: #EAEAEA. Windows color (decimal): -3735585 or 14680006. OLE color: 14680006.
HSL color Cylindrical-coordinate representation of color #C6FFDF: hue angle of 146.32º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6FFDF is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 255 | 223 | - |
| CMYK | 0.22 | 0 | 0.13 | 0 |
| HSL | 146.32º | 1% | 0.89% | - |
| HSV(B) | 146.32º | 0.22% | 1% | - |
| XYZ | 72.37 | 88.85 | 83.15 | - |
| YUV | 234.31 | 121.62 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 255 | 223 | 0.22 | 0 | 0.13 | 0 | 146.32 | 1 | 0.89 |
| Hex | C6 | FF | DF | 16 | 0 | D | 0 | 92 | 64 | 59 |
| Octal | 306 | 377 | 337 | 26 | 0 | 15 | 0 | 222 | 144 | 131 |
| Binary | 11000110 | 11111111 | 11011111 | 10110 | 0 | 1101 | 0 | 10010010 | 1100100 | 1011001 |
Color Harmonies of #C6FFDF
Complementary color
Monochromatic Colors of #C6FFDF
Black with #C6FFDF
Text Example
Text Example
White with #C6FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FFDF; }
p { color: rgb(198,255,223); }
H1.HeaderClassName
{
color: #C6FFDF;
}
.AnyTagClassName
{
color: #C6FFDF;
}
</style>
background-color css
<style>
a { background-color: #C6FFDF; }
a { background-color: rgb(198,255,223); }
div.DivClassName
{
background-color: #C6FFDF;
}
.BgClassName
{
background-color: #C6FFDF;
}
</style>
border-color css
<style>
span { border-color: #C6FFDF; }
span { border-color: rgb(198,255,223); }
td.TdClassName
{
border-color: #C6FFDF;
}
.TagClassName
{
border-color: #C6FFDF;
}
</style>