Shades of Jagged Ice #CBE7E4
Tints of Jagged Ice #CBE7E4
RGB
CMYK
RGB Variations
Color information
#CBE7E4 (or 0xCBE7E4) is known color: Jagged Ice. HEX triplet: CB, E7 and E4. RGB value is (203,231,228). Sum of RGB (Red+Green+Blue) = 203+231+228=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 231 (90.62% from 255 or 34.89% from 662); Blue value is 228 (89.45% from 255 or 34.44% from 662); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE7E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE7E4 is #34181B. Grayscale: #DEDEDE. Windows color (decimal): -3414044 or 15001547. OLE color: 15001547.
HSL color Cylindrical-coordinate representation of color #CBE7E4: hue angle of 173.57º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE7E4 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 228 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.09 |
| HSL | 173.57º | 0.37% | 0.85% | - |
| HSV(B) | 173.57º | 0.12% | 0.91% | - |
| XYZ | 67.21 | 75.45 | 84.42 | - |
| YUV | 222.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 228 | 0.12 | 0 | 0.01 | 0.09 | 173.57 | 0.37 | 0.85 |
| Hex | CB | E7 | E4 | C | 0 | 1 | 9 | AE | 25 | 55 |
| Octal | 313 | 347 | 344 | 14 | 0 | 1 | 11 | 256 | 45 | 125 |
| Binary | 11001011 | 11100111 | 11100100 | 1100 | 0 | 1 | 1001 | 10101110 | 100101 | 1010101 |
Color Harmonies of #CBE7E4
Complementary color
Monochromatic Colors of #CBE7E4
Black with #CBE7E4
Text Example
Text Example
White with #CBE7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE7E4; }
p { color: rgb(203,231,228); }
H1.HeaderClassName
{
color: #CBE7E4;
}
.AnyTagClassName
{
color: #CBE7E4;
}
</style>
background-color css
<style>
a { background-color: #CBE7E4; }
a { background-color: rgb(203,231,228); }
div.DivClassName
{
background-color: #CBE7E4;
}
.BgClassName
{
background-color: #CBE7E4;
}
</style>
border-color css
<style>
span { border-color: #CBE7E4; }
span { border-color: rgb(203,231,228); }
td.TdClassName
{
border-color: #CBE7E4;
}
.TagClassName
{
border-color: #CBE7E4;
}
</style>