Shades of Jagged Ice #CCEFE8
Tints of Jagged Ice #CCEFE8
RGB
CMYK
RGB Variations
Color information
#CCEFE8 (or 0xCCEFE8) is known color: Jagged Ice. HEX triplet: CC, EF and E8. RGB value is (204,239,232). Sum of RGB (Red+Green+Blue) = 204+239+232=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFE8 is #331017. Grayscale: #E3E3E3. Windows color (decimal): -3346456 or 15265740. OLE color: 15265740.
HSL color Cylindrical-coordinate representation of color #CCEFE8: hue angle of 168º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEFE8 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
RGB | 204 | 239 | 232 | - |
CMYK | 0.15 | 0 | 0.03 | 0.06 |
HSL | 168º | 0.52% | 0.87% | - |
HSV(B) | 168º | 0.15% | 0.94% | - |
XYZ | 70.33 | 80.4 | 88.16 | - |
YUV | 227.74 | 130.4 | 111.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 239 | 232 | 0.15 | 0 | 0.03 | 0.06 | 168 | 0.52 | 0.87 |
Hex | CC | EF | E8 | F | 0 | 3 | 6 | A8 | 34 | 57 |
Octal | 314 | 357 | 350 | 17 | 0 | 3 | 6 | 250 | 64 | 127 |
Binary | 11001100 | 11101111 | 11101000 | 1111 | 0 | 11 | 110 | 10101000 | 110100 | 1010111 |
Color Harmonies of #CCEFE8
Complementary color
Monochromatic Colors of #CCEFE8
Black with #CCEFE8
Text Example
Text Example
White with #CCEFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEFE8; }
p { color: rgb(204,239,232); }
H1.HeaderClassName
{
color: #CCEFE8;
}
.AnyTagClassName
{
color: #CCEFE8;
}
</style>
background-color css
<style>
a { background-color: #CCEFE8; }
a { background-color: rgb(204,239,232); }
div.DivClassName
{
background-color: #CCEFE8;
}
.BgClassName
{
background-color: #CCEFE8;
}
</style>
border-color css
<style>
span { border-color: #CCEFE8; }
span { border-color: rgb(204,239,232); }
td.TdClassName
{
border-color: #CCEFE8;
}
.TagClassName
{
border-color: #CCEFE8;
}
</style>