Shades of Jagged Ice #CEE8E3
Tints of Jagged Ice #CEE8E3
RGB
CMYK
RGB Variations
Color information
#CEE8E3 (or 0xCEE8E3) is known color: Jagged Ice. HEX triplet: CE, E8 and E3. RGB value is (206,232,227). Sum of RGB (Red+Green+Blue) = 206+232+227=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 232 (91.02% from 255 or 34.89% from 665); Blue value is 227 (89.06% from 255 or 34.14% from 665); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE8E3 is #31171C. Grayscale: #DFDFDF. Windows color (decimal): -3217181 or 14936270. OLE color: 14936270.
HSL color Cylindrical-coordinate representation of color #CEE8E3: hue angle of 168.46º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEE8E3 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 227 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.09 |
| HSL | 168.46º | 0.36% | 0.86% | - |
| HSV(B) | 168.46º | 0.11% | 0.91% | - |
| XYZ | 68.18 | 76.38 | 83.82 | - |
| YUV | 223.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 227 | 0.11 | 0 | 0.02 | 0.09 | 168.46 | 0.36 | 0.86 |
| Hex | CE | E8 | E3 | B | 0 | 2 | 9 | A8 | 24 | 56 |
| Octal | 316 | 350 | 343 | 13 | 0 | 2 | 11 | 250 | 44 | 126 |
| Binary | 11001110 | 11101000 | 11100011 | 1011 | 0 | 10 | 1001 | 10101000 | 100100 | 1010110 |
Color Harmonies of #CEE8E3
Complementary color
Monochromatic Colors of #CEE8E3
Black with #CEE8E3
Text Example
Text Example
White with #CEE8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE8E3; }
p { color: rgb(206,232,227); }
H1.HeaderClassName
{
color: #CEE8E3;
}
.AnyTagClassName
{
color: #CEE8E3;
}
</style>
background-color css
<style>
a { background-color: #CEE8E3; }
a { background-color: rgb(206,232,227); }
div.DivClassName
{
background-color: #CEE8E3;
}
.BgClassName
{
background-color: #CEE8E3;
}
</style>
border-color css
<style>
span { border-color: #CEE8E3; }
span { border-color: rgb(206,232,227); }
td.TdClassName
{
border-color: #CEE8E3;
}
.TagClassName
{
border-color: #CEE8E3;
}
</style>