Shades of Jagged Ice #CBE9E5
Tints of Jagged Ice #CBE9E5
RGB
CMYK
RGB Variations
Color information
#CBE9E5 (or 0xCBE9E5) is known color: Jagged Ice. HEX triplet: CB, E9 and E5. RGB value is (203,233,229). Sum of RGB (Red+Green+Blue) = 203+233+229=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 233 (91.41% from 255 or 35.04% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE9E5 is #34161A. Grayscale: #DFDFDF. Windows color (decimal): -3413531 or 15067595. OLE color: 15067595.
HSL color Cylindrical-coordinate representation of color #CBE9E5: hue angle of 172º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBE9E5 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 229 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.09 |
| HSL | 172º | 0.41% | 0.85% | - |
| HSV(B) | 172º | 0.13% | 0.91% | - |
| XYZ | 67.91 | 76.63 | 85.34 | - |
| YUV | 223.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 229 | 0.13 | 0 | 0.02 | 0.09 | 172 | 0.41 | 0.85 |
| Hex | CB | E9 | E5 | D | 0 | 2 | 9 | AC | 29 | 55 |
| Octal | 313 | 351 | 345 | 15 | 0 | 2 | 11 | 254 | 51 | 125 |
| Binary | 11001011 | 11101001 | 11100101 | 1101 | 0 | 10 | 1001 | 10101100 | 101001 | 1010101 |
Color Harmonies of #CBE9E5
Complementary color
Monochromatic Colors of #CBE9E5
Black with #CBE9E5
Text Example
Text Example
White with #CBE9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE9E5; }
p { color: rgb(203,233,229); }
H1.HeaderClassName
{
color: #CBE9E5;
}
.AnyTagClassName
{
color: #CBE9E5;
}
</style>
background-color css
<style>
a { background-color: #CBE9E5; }
a { background-color: rgb(203,233,229); }
div.DivClassName
{
background-color: #CBE9E5;
}
.BgClassName
{
background-color: #CBE9E5;
}
</style>
border-color css
<style>
span { border-color: #CBE9E5; }
span { border-color: rgb(203,233,229); }
td.TdClassName
{
border-color: #CBE9E5;
}
.TagClassName
{
border-color: #CBE9E5;
}
</style>