Shades of Jagged Ice #CBE6E2
Tints of Jagged Ice #CBE6E2
RGB
CMYK
RGB Variations
Color information
#CBE6E2 (or 0xCBE6E2) is known color: Jagged Ice. HEX triplet: CB, E6 and E2. RGB value is (203,230,226). Sum of RGB (Red+Green+Blue) = 203+230+226=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 230 (90.23% from 255 or 34.90% from 659); Blue value is 226 (88.67% from 255 or 34.29% from 659); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE6E2 is #34191D. Grayscale: #DDDDDD. Windows color (decimal): -3414302 or 14870219. OLE color: 14870219.
HSL color Cylindrical-coordinate representation of color #CBE6E2: hue angle of 171.11º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE6E2 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 226 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.10 |
| HSL | 171.11º | 0.35% | 0.85% | - |
| HSV(B) | 171.11º | 0.12% | 0.9% | - |
| XYZ | 66.65 | 74.78 | 82.87 | - |
| YUV | 221.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 226 | 0.12 | 0 | 0.02 | 0.10 | 171.11 | 0.35 | 0.85 |
| Hex | CB | E6 | E2 | C | 0 | 2 | A | AB | 23 | 55 |
| Octal | 313 | 346 | 342 | 14 | 0 | 2 | 12 | 253 | 43 | 125 |
| Binary | 11001011 | 11100110 | 11100010 | 1100 | 0 | 10 | 1010 | 10101011 | 100011 | 1010101 |
Color Harmonies of #CBE6E2
Complementary color
Monochromatic Colors of #CBE6E2
Black with #CBE6E2
Text Example
Text Example
White with #CBE6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE6E2; }
p { color: rgb(203,230,226); }
H1.HeaderClassName
{
color: #CBE6E2;
}
.AnyTagClassName
{
color: #CBE6E2;
}
</style>
background-color css
<style>
a { background-color: #CBE6E2; }
a { background-color: rgb(203,230,226); }
div.DivClassName
{
background-color: #CBE6E2;
}
.BgClassName
{
background-color: #CBE6E2;
}
</style>
border-color css
<style>
span { border-color: #CBE6E2; }
span { border-color: rgb(203,230,226); }
td.TdClassName
{
border-color: #CBE6E2;
}
.TagClassName
{
border-color: #CBE6E2;
}
</style>