Shades of White Ice #C8FADE
Tints of White Ice #C8FADE
RGB
CMYK
RGB Variations
Color information
#C8FADE (or 0xC8FADE) is known color: White Ice. HEX triplet: C8, FA and DE. RGB value is (200,250,222). Sum of RGB (Red+Green+Blue) = 200+250+222=672 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.76% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FADE is #370521. Grayscale: #E7E7E7. Windows color (decimal): -3605794 or 14613192. OLE color: 14613192.
HSL color Cylindrical-coordinate representation of color #C8FADE: hue angle of 146.4º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8FADE is Cyan = 0.2, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 200 | 250 | 222 | - |
CMYK | 0.2 | 0 | 0.11 | 0.02 |
HSL | 146.4º | 0.83% | 0.88% | - |
HSV(B) | 146.4º | 0.2% | 0.98% | - |
XYZ | 71.19 | 85.92 | 81.94 | - |
YUV | 231.86 | 122.44 | 105.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 250 | 222 | 0.2 | 0 | 0.11 | 0.02 | 146.4 | 0.83 | 0.88 |
Hex | C8 | FA | DE | 14 | 0 | B | 2 | 92 | 53 | 58 |
Octal | 310 | 372 | 336 | 24 | 0 | 13 | 2 | 222 | 123 | 130 |
Binary | 11001000 | 11111010 | 11011110 | 10100 | 0 | 1011 | 10 | 10010010 | 1010011 | 1011000 |
Color Harmonies of #C8FADE
Complementary color
Monochromatic Colors of #C8FADE
Black with #C8FADE
Text Example
Text Example
White with #C8FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FADE; }
p { color: rgb(200,250,222); }
H1.HeaderClassName
{
color: #C8FADE;
}
.AnyTagClassName
{
color: #C8FADE;
}
</style>
background-color css
<style>
a { background-color: #C8FADE; }
a { background-color: rgb(200,250,222); }
div.DivClassName
{
background-color: #C8FADE;
}
.BgClassName
{
background-color: #C8FADE;
}
</style>
border-color css
<style>
span { border-color: #C8FADE; }
span { border-color: rgb(200,250,222); }
td.TdClassName
{
border-color: #C8FADE;
}
.TagClassName
{
border-color: #C8FADE;
}
</style>