Shades of White Ice #CEF6E0
Tints of White Ice #CEF6E0
RGB
CMYK
RGB Variations
Color information
#CEF6E0 (or 0xCEF6E0) is known color: White Ice. HEX triplet: CE, F6 and E0. RGB value is (206,246,224). Sum of RGB (Red+Green+Blue) = 206+246+224=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 246 (96.48% from 255 or 36.39% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF6E0 is #31091F. Grayscale: #E7E7E7. Windows color (decimal): -3213600 or 14743246. OLE color: 14743246.
HSL color Cylindrical-coordinate representation of color #CEF6E0: hue angle of 147º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF6E0 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 224 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.04 |
| HSL | 147º | 0.69% | 0.89% | - |
| HSV(B) | 147º | 0.16% | 0.96% | - |
| XYZ | 71.86 | 84.42 | 83.03 | - |
| YUV | 231.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 224 | 0.16 | 0 | 0.09 | 0.04 | 147 | 0.69 | 0.89 |
| Hex | CE | F6 | E0 | 10 | 0 | 9 | 4 | 93 | 45 | 59 |
| Octal | 316 | 366 | 340 | 20 | 0 | 11 | 4 | 223 | 105 | 131 |
| Binary | 11001110 | 11110110 | 11100000 | 10000 | 0 | 1001 | 100 | 10010011 | 1000101 | 1011001 |
Color Harmonies of #CEF6E0
Complementary color
Monochromatic Colors of #CEF6E0
Black with #CEF6E0
Text Example
Text Example
White with #CEF6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF6E0; }
p { color: rgb(206,246,224); }
H1.HeaderClassName
{
color: #CEF6E0;
}
.AnyTagClassName
{
color: #CEF6E0;
}
</style>
background-color css
<style>
a { background-color: #CEF6E0; }
a { background-color: rgb(206,246,224); }
div.DivClassName
{
background-color: #CEF6E0;
}
.BgClassName
{
background-color: #CEF6E0;
}
</style>
border-color css
<style>
span { border-color: #CEF6E0; }
span { border-color: rgb(206,246,224); }
td.TdClassName
{
border-color: #CEF6E0;
}
.TagClassName
{
border-color: #CEF6E0;
}
</style>