Shades of Jagged Ice #CBE4DF
Tints of Jagged Ice #CBE4DF
RGB
CMYK
RGB Variations
Color information
#CBE4DF (or 0xCBE4DF) is known color: Jagged Ice. HEX triplet: CB, E4 and DF. RGB value is (203,228,223). Sum of RGB (Red+Green+Blue) = 203+228+223=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4DF is #341B20. Grayscale: #DBDBDB. Windows color (decimal): -3414817 or 14673099. OLE color: 14673099.
HSL color Cylindrical-coordinate representation of color #CBE4DF: hue angle of 168º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBE4DF is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 203 | 228 | 223 | - |
CMYK | 0.11 | 0 | 0.02 | 0.11 |
HSL | 168º | 0.32% | 0.85% | - |
HSV(B) | 168º | 0.11% | 0.89% | - |
XYZ | 65.69 | 73.51 | 80.54 | - |
YUV | 219.96 | 129.72 | 115.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 228 | 223 | 0.11 | 0 | 0.02 | 0.11 | 168 | 0.32 | 0.85 |
Hex | CB | E4 | DF | B | 0 | 2 | B | A8 | 20 | 55 |
Octal | 313 | 344 | 337 | 13 | 0 | 2 | 13 | 250 | 40 | 125 |
Binary | 11001011 | 11100100 | 11011111 | 1011 | 0 | 10 | 1011 | 10101000 | 100000 | 1010101 |
Color Harmonies of #CBE4DF
Complementary color
Monochromatic Colors of #CBE4DF
Black with #CBE4DF
Text Example
Text Example
White with #CBE4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE4DF; }
p { color: rgb(203,228,223); }
H1.HeaderClassName
{
color: #CBE4DF;
}
.AnyTagClassName
{
color: #CBE4DF;
}
</style>
background-color css
<style>
a { background-color: #CBE4DF; }
a { background-color: rgb(203,228,223); }
div.DivClassName
{
background-color: #CBE4DF;
}
.BgClassName
{
background-color: #CBE4DF;
}
</style>
border-color css
<style>
span { border-color: #CBE4DF; }
span { border-color: rgb(203,228,223); }
td.TdClassName
{
border-color: #CBE4DF;
}
.TagClassName
{
border-color: #CBE4DF;
}
</style>