Shades of Jagged Ice #CBE9E2
Tints of Jagged Ice #CBE9E2
RGB
CMYK
RGB Variations
Color information
#CBE9E2 (or 0xCBE9E2) is known color: Jagged Ice. HEX triplet: CB, E9 and E2. RGB value is (203,233,226). Sum of RGB (Red+Green+Blue) = 203+233+226=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 226 (88.67% from 255 or 34.14% from 662); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE9E2 is #34161D. Grayscale: #DFDFDF. Windows color (decimal): -3413534 or 14870987. OLE color: 14870987.
HSL color Cylindrical-coordinate representation of color #CBE9E2: hue angle of 166º 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 #CBE9E2 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 203 | 233 | 226 | - |
CMYK | 0.13 | 0 | 0.03 | 0.09 |
HSL | 166º | 0.41% | 0.85% | - |
HSV(B) | 166º | 0.13% | 0.91% | - |
XYZ | 67.49 | 76.47 | 83.15 | - |
YUV | 223.23 | 129.56 | 113.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 233 | 226 | 0.13 | 0 | 0.03 | 0.09 | 166 | 0.41 | 0.85 |
Hex | CB | E9 | E2 | D | 0 | 3 | 9 | A6 | 29 | 55 |
Octal | 313 | 351 | 342 | 15 | 0 | 3 | 11 | 246 | 51 | 125 |
Binary | 11001011 | 11101001 | 11100010 | 1101 | 0 | 11 | 1001 | 10100110 | 101001 | 1010101 |
Color Harmonies of #CBE9E2
Complementary color
Monochromatic Colors of #CBE9E2
Black with #CBE9E2
Text Example
Text Example
White with #CBE9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE9E2; }
p { color: rgb(203,233,226); }
H1.HeaderClassName
{
color: #CBE9E2;
}
.AnyTagClassName
{
color: #CBE9E2;
}
</style>
background-color css
<style>
a { background-color: #CBE9E2; }
a { background-color: rgb(203,233,226); }
div.DivClassName
{
background-color: #CBE9E2;
}
.BgClassName
{
background-color: #CBE9E2;
}
</style>
border-color css
<style>
span { border-color: #CBE9E2; }
span { border-color: rgb(203,233,226); }
td.TdClassName
{
border-color: #CBE9E2;
}
.TagClassName
{
border-color: #CBE9E2;
}
</style>