Shades of Jagged Ice #CEE1DF
Tints of Jagged Ice #CEE1DF
RGB
CMYK
RGB Variations
Color information
#CEE1DF (or 0xCEE1DF) is known color: Jagged Ice. HEX triplet: CE, E1 and DF. RGB value is (206,225,223). Sum of RGB (Red+Green+Blue) = 206+225+223=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1DF is #311E20. Grayscale: #DBDBDB. Windows color (decimal): -3218977 or 14672334. OLE color: 14672334.
HSL color Cylindrical-coordinate representation of color #CEE1DF: hue angle of 173.68º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEE1DF is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 223 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.12 |
| HSL | 173.68º | 0.24% | 0.85% | - |
| HSV(B) | 173.68º | 0.08% | 0.88% | - |
| XYZ | 65.7 | 72.3 | 80.3 | - |
| YUV | 219.09 | 130.21 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 223 | 0.08 | 0 | 0.01 | 0.12 | 173.68 | 0.24 | 0.85 |
| Hex | CE | E1 | DF | 8 | 0 | 1 | C | AE | 18 | 55 |
| Octal | 316 | 341 | 337 | 10 | 0 | 1 | 14 | 256 | 30 | 125 |
| Binary | 11001110 | 11100001 | 11011111 | 1000 | 0 | 1 | 1100 | 10101110 | 11000 | 1010101 |
Color Harmonies of #CEE1DF
Complementary color
Monochromatic Colors of #CEE1DF
Black with #CEE1DF
Text Example
Text Example
White with #CEE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE1DF; }
p { color: rgb(206,225,223); }
H1.HeaderClassName
{
color: #CEE1DF;
}
.AnyTagClassName
{
color: #CEE1DF;
}
</style>
background-color css
<style>
a { background-color: #CEE1DF; }
a { background-color: rgb(206,225,223); }
div.DivClassName
{
background-color: #CEE1DF;
}
.BgClassName
{
background-color: #CEE1DF;
}
</style>
border-color css
<style>
span { border-color: #CEE1DF; }
span { border-color: rgb(206,225,223); }
td.TdClassName
{
border-color: #CEE1DF;
}
.TagClassName
{
border-color: #CEE1DF;
}
</style>