Shades of White Ice #C8FDDF
Tints of White Ice #C8FDDF
RGB
CMYK
RGB Variations
Color information
#C8FDDF (or 0xC8FDDF) is known color: White Ice. HEX triplet: C8, FD and DF. RGB value is (200,253,223). Sum of RGB (Red+Green+Blue) = 200+253+223=676 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.59% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FDDF is #370220. Grayscale: #E9E9E9. Windows color (decimal): -3605025 or 14679496. OLE color: 14679496.
HSL color Cylindrical-coordinate representation of color #C8FDDF: hue angle of 146.04º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FDDF is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 253 | 223 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.01 |
| HSL | 146.04º | 0.93% | 0.89% | - |
| HSV(B) | 146.04º | 0.21% | 0.99% | - |
| XYZ | 72.26 | 87.86 | 82.96 | - |
| YUV | 233.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 253 | 223 | 0.21 | 0 | 0.12 | 0.01 | 146.04 | 0.93 | 0.89 |
| Hex | C8 | FD | DF | 15 | 0 | C | 1 | 92 | 5D | 59 |
| Octal | 310 | 375 | 337 | 25 | 0 | 14 | 1 | 222 | 135 | 131 |
| Binary | 11001000 | 11111101 | 11011111 | 10101 | 0 | 1100 | 1 | 10010010 | 1011101 | 1011001 |
Color Harmonies of #C8FDDF
Complementary color
Monochromatic Colors of #C8FDDF
Black with #C8FDDF
Text Example
Text Example
White with #C8FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FDDF; }
p { color: rgb(200,253,223); }
H1.HeaderClassName
{
color: #C8FDDF;
}
.AnyTagClassName
{
color: #C8FDDF;
}
</style>
background-color css
<style>
a { background-color: #C8FDDF; }
a { background-color: rgb(200,253,223); }
div.DivClassName
{
background-color: #C8FDDF;
}
.BgClassName
{
background-color: #C8FDDF;
}
</style>
border-color css
<style>
span { border-color: #C8FDDF; }
span { border-color: rgb(200,253,223); }
td.TdClassName
{
border-color: #C8FDDF;
}
.TagClassName
{
border-color: #C8FDDF;
}
</style>