Shades of Jagged Ice #CBDFDD
Tints of Jagged Ice #CBDFDD
RGB
CMYK
RGB Variations
Color information
#CBDFDD (or 0xCBDFDD) is known color: Jagged Ice. HEX triplet: CB, DF and DD. RGB value is (203,223,221). Sum of RGB (Red+Green+Blue) = 203+223+221=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFDD is #342022. Grayscale: #D8D8D8. Windows color (decimal): -3416099 or 14540747. OLE color: 14540747.
HSL color Cylindrical-coordinate representation of color #CBDFDD: hue angle of 174º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDFDD is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 221 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.13 |
| HSL | 174º | 0.24% | 0.84% | - |
| HSV(B) | 174º | 0.09% | 0.87% | - |
| XYZ | 64.07 | 70.69 | 78.67 | - |
| YUV | 216.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 221 | 0.09 | 0 | 0.01 | 0.13 | 174 | 0.24 | 0.84 |
| Hex | CB | DF | DD | 9 | 0 | 1 | D | AE | 18 | 54 |
| Octal | 313 | 337 | 335 | 11 | 0 | 1 | 15 | 256 | 30 | 124 |
| Binary | 11001011 | 11011111 | 11011101 | 1001 | 0 | 1 | 1101 | 10101110 | 11000 | 1010100 |
Color Harmonies of #CBDFDD
Complementary color
Monochromatic Colors of #CBDFDD
Black with #CBDFDD
Text Example
Text Example
White with #CBDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFDD; }
p { color: rgb(203,223,221); }
H1.HeaderClassName
{
color: #CBDFDD;
}
.AnyTagClassName
{
color: #CBDFDD;
}
</style>
background-color css
<style>
a { background-color: #CBDFDD; }
a { background-color: rgb(203,223,221); }
div.DivClassName
{
background-color: #CBDFDD;
}
.BgClassName
{
background-color: #CBDFDD;
}
</style>
border-color css
<style>
span { border-color: #CBDFDD; }
span { border-color: rgb(203,223,221); }
td.TdClassName
{
border-color: #CBDFDD;
}
.TagClassName
{
border-color: #CBDFDD;
}
</style>