Shades of Jagged Ice #CCEEE8
Tints of Jagged Ice #CCEEE8
RGB
CMYK
RGB Variations
Color information
#CCEEE8 (or 0xCCEEE8) is known color: Jagged Ice. HEX triplet: CC, EE and E8. RGB value is (204,238,232). Sum of RGB (Red+Green+Blue) = 204+238+232=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEE8 is #331117. Grayscale: #E3E3E3. Windows color (decimal): -3346712 or 15265484. OLE color: 15265484.
HSL color Cylindrical-coordinate representation of color #CCEEE8: hue angle of 169.41º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEEE8 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 238 | 232 | - |
CMYK | 0.14 | 0 | 0.03 | 0.07 |
HSL | 169.41º | 0.5% | 0.87% | - |
HSV(B) | 169.41º | 0.14% | 0.93% | - |
XYZ | 70.04 | 79.81 | 88.06 | - |
YUV | 227.15 | 130.74 | 111.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 238 | 232 | 0.14 | 0 | 0.03 | 0.07 | 169.41 | 0.5 | 0.87 |
Hex | CC | EE | E8 | E | 0 | 3 | 7 | A9 | 32 | 57 |
Octal | 314 | 356 | 350 | 16 | 0 | 3 | 7 | 251 | 62 | 127 |
Binary | 11001100 | 11101110 | 11101000 | 1110 | 0 | 11 | 111 | 10101001 | 110010 | 1010111 |
Color Harmonies of #CCEEE8
Complementary color
Monochromatic Colors of #CCEEE8
Black with #CCEEE8
Text Example
Text Example
White with #CCEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEEE8; }
p { color: rgb(204,238,232); }
H1.HeaderClassName
{
color: #CCEEE8;
}
.AnyTagClassName
{
color: #CCEEE8;
}
</style>
background-color css
<style>
a { background-color: #CCEEE8; }
a { background-color: rgb(204,238,232); }
div.DivClassName
{
background-color: #CCEEE8;
}
.BgClassName
{
background-color: #CCEEE8;
}
</style>
border-color css
<style>
span { border-color: #CCEEE8; }
span { border-color: rgb(204,238,232); }
td.TdClassName
{
border-color: #CCEEE8;
}
.TagClassName
{
border-color: #CCEEE8;
}
</style>