Shades of Jagged Ice #CEE5DF
Tints of Jagged Ice #CEE5DF
RGB
CMYK
RGB Variations
Color information
#CEE5DF (or 0xCEE5DF) is known color: Jagged Ice. HEX triplet: CE, E5 and DF. RGB value is (206,229,223). Sum of RGB (Red+Green+Blue) = 206+229+223=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5DF is #311A20. Grayscale: #DDDDDD. Windows color (decimal): -3217953 or 14673358. OLE color: 14673358.
HSL color Cylindrical-coordinate representation of color #CEE5DF: hue angle of 164.35º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE5DF is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 223 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.10 |
| HSL | 164.35º | 0.31% | 0.85% | - |
| HSV(B) | 164.35º | 0.1% | 0.9% | - |
| XYZ | 66.79 | 74.49 | 80.67 | - |
| YUV | 221.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 223 | 0.10 | 0 | 0.03 | 0.10 | 164.35 | 0.31 | 0.85 |
| Hex | CE | E5 | DF | A | 0 | 3 | A | A4 | 1F | 55 |
| Octal | 316 | 345 | 337 | 12 | 0 | 3 | 12 | 244 | 37 | 125 |
| Binary | 11001110 | 11100101 | 11011111 | 1010 | 0 | 11 | 1010 | 10100100 | 11111 | 1010101 |
Color Harmonies of #CEE5DF
Complementary color
Monochromatic Colors of #CEE5DF
Black with #CEE5DF
Text Example
Text Example
White with #CEE5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5DF; }
p { color: rgb(206,229,223); }
H1.HeaderClassName
{
color: #CEE5DF;
}
.AnyTagClassName
{
color: #CEE5DF;
}
</style>
background-color css
<style>
a { background-color: #CEE5DF; }
a { background-color: rgb(206,229,223); }
div.DivClassName
{
background-color: #CEE5DF;
}
.BgClassName
{
background-color: #CEE5DF;
}
</style>
border-color css
<style>
span { border-color: #CEE5DF; }
span { border-color: rgb(206,229,223); }
td.TdClassName
{
border-color: #CEE5DF;
}
.TagClassName
{
border-color: #CEE5DF;
}
</style>