Shades of Jagged Ice #CBDDDB
Tints of Jagged Ice #CBDDDB
RGB
CMYK
RGB Variations
Color information
#CBDDDB (or 0xCBDDDB) is known color: Jagged Ice. HEX triplet: CB, DD and DB. RGB value is (203,221,219). Sum of RGB (Red+Green+Blue) = 203+221+219=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDDB is #342224. Grayscale: #D7D7D7. Windows color (decimal): -3416613 or 14409163. OLE color: 14409163.
HSL color Cylindrical-coordinate representation of color #CBDDDB: hue angle of 173.33º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBDDDB is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 203 | 221 | 219 | - |
CMYK | 0.08 | 0 | 0.01 | 0.13 |
HSL | 173.33º | 0.21% | 0.83% | - |
HSV(B) | 173.33º | 0.08% | 0.87% | - |
XYZ | 63.27 | 69.52 | 77.1 | - |
YUV | 215.39 | 130.04 | 119.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 221 | 219 | 0.08 | 0 | 0.01 | 0.13 | 173.33 | 0.21 | 0.83 |
Hex | CB | DD | DB | 8 | 0 | 1 | D | AD | 15 | 53 |
Octal | 313 | 335 | 333 | 10 | 0 | 1 | 15 | 255 | 25 | 123 |
Binary | 11001011 | 11011101 | 11011011 | 1000 | 0 | 1 | 1101 | 10101101 | 10101 | 1010011 |
Color Harmonies of #CBDDDB
Complementary color
Monochromatic Colors of #CBDDDB
Black with #CBDDDB
Text Example
Text Example
White with #CBDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDDB; }
p { color: rgb(203,221,219); }
H1.HeaderClassName
{
color: #CBDDDB;
}
.AnyTagClassName
{
color: #CBDDDB;
}
</style>
background-color css
<style>
a { background-color: #CBDDDB; }
a { background-color: rgb(203,221,219); }
div.DivClassName
{
background-color: #CBDDDB;
}
.BgClassName
{
background-color: #CBDDDB;
}
</style>
border-color css
<style>
span { border-color: #CBDDDB; }
span { border-color: rgb(203,221,219); }
td.TdClassName
{
border-color: #CBDDDB;
}
.TagClassName
{
border-color: #CBDDDB;
}
</style>