Shades of Jagged Ice #CBEBE5
Tints of Jagged Ice #CBEBE5
RGB
CMYK
RGB Variations
Color information
#CBEBE5 (or 0xCBEBE5) is known color: Jagged Ice. HEX triplet: CB, EB and E5. RGB value is (203,235,229). Sum of RGB (Red+Green+Blue) = 203+235+229=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBE5 is #34141A. Grayscale: #E0E0E0. Windows color (decimal): -3413019 or 15068107. OLE color: 15068107.
HSL color Cylindrical-coordinate representation of color #CBEBE5: hue angle of 168.75º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBEBE5 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 229 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.08 |
| HSL | 168.75º | 0.44% | 0.86% | - |
| HSV(B) | 168.75º | 0.14% | 0.92% | - |
| XYZ | 68.48 | 77.77 | 85.53 | - |
| YUV | 224.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 229 | 0.14 | 0 | 0.03 | 0.08 | 168.75 | 0.44 | 0.86 |
| Hex | CB | EB | E5 | E | 0 | 3 | 8 | A9 | 2C | 56 |
| Octal | 313 | 353 | 345 | 16 | 0 | 3 | 10 | 251 | 54 | 126 |
| Binary | 11001011 | 11101011 | 11100101 | 1110 | 0 | 11 | 1000 | 10101001 | 101100 | 1010110 |
Color Harmonies of #CBEBE5
Complementary color
Monochromatic Colors of #CBEBE5
Black with #CBEBE5
Text Example
Text Example
White with #CBEBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEBE5; }
p { color: rgb(203,235,229); }
H1.HeaderClassName
{
color: #CBEBE5;
}
.AnyTagClassName
{
color: #CBEBE5;
}
</style>
background-color css
<style>
a { background-color: #CBEBE5; }
a { background-color: rgb(203,235,229); }
div.DivClassName
{
background-color: #CBEBE5;
}
.BgClassName
{
background-color: #CBEBE5;
}
</style>
border-color css
<style>
span { border-color: #CBEBE5; }
span { border-color: rgb(203,235,229); }
td.TdClassName
{
border-color: #CBEBE5;
}
.TagClassName
{
border-color: #CBEBE5;
}
</style>