Shades of Jagged Ice #CCE2DF
Tints of Jagged Ice #CCE2DF
RGB
CMYK
RGB Variations
Color information
#CCE2DF (or 0xCCE2DF) is known color: Jagged Ice. HEX triplet: CC, E2 and DF. RGB value is (204,226,223). Sum of RGB (Red+Green+Blue) = 204+226+223=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2DF is #331D20. Grayscale: #DBDBDB. Windows color (decimal): -3349793 or 14672588. OLE color: 14672588.
HSL color Cylindrical-coordinate representation of color #CCE2DF: hue angle of 171.82º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCE2DF is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
RGB | 204 | 226 | 223 | - |
CMYK | 0.10 | 0 | 0.01 | 0.11 |
HSL | 171.82º | 0.28% | 0.84% | - |
HSV(B) | 171.82º | 0.1% | 0.89% | - |
XYZ | 65.42 | 72.56 | 80.37 | - |
YUV | 219.08 | 130.21 | 117.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 226 | 223 | 0.10 | 0 | 0.01 | 0.11 | 171.82 | 0.28 | 0.84 |
Hex | CC | E2 | DF | A | 0 | 1 | B | AC | 1C | 54 |
Octal | 314 | 342 | 337 | 12 | 0 | 1 | 13 | 254 | 34 | 124 |
Binary | 11001100 | 11100010 | 11011111 | 1010 | 0 | 1 | 1011 | 10101100 | 11100 | 1010100 |
Color Harmonies of #CCE2DF
Complementary color
Monochromatic Colors of #CCE2DF
Black with #CCE2DF
Text Example
Text Example
White with #CCE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE2DF; }
p { color: rgb(204,226,223); }
H1.HeaderClassName
{
color: #CCE2DF;
}
.AnyTagClassName
{
color: #CCE2DF;
}
</style>
background-color css
<style>
a { background-color: #CCE2DF; }
a { background-color: rgb(204,226,223); }
div.DivClassName
{
background-color: #CCE2DF;
}
.BgClassName
{
background-color: #CCE2DF;
}
</style>
border-color css
<style>
span { border-color: #CCE2DF; }
span { border-color: rgb(204,226,223); }
td.TdClassName
{
border-color: #CCE2DF;
}
.TagClassName
{
border-color: #CCE2DF;
}
</style>