Shades of Jagged Ice #CBDFDC
Tints of Jagged Ice #CBDFDC
RGB
CMYK
RGB Variations
Color information
#CBDFDC (or 0xCBDFDC) is known color: Jagged Ice. HEX triplet: CB, DF and DC. RGB value is (203,223,220). Sum of RGB (Red+Green+Blue) = 203+223+220=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFDC is #342023. Grayscale: #D8D8D8. Windows color (decimal): -3416100 or 14475211. OLE color: 14475211.
HSL color Cylindrical-coordinate representation of color #CBDFDC: hue angle of 171º 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 #CBDFDC is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 220 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.13 |
| HSL | 171º | 0.24% | 0.84% | - |
| HSV(B) | 171º | 0.09% | 0.87% | - |
| XYZ | 63.93 | 70.64 | 77.98 | - |
| YUV | 216.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 220 | 0.09 | 0 | 0.01 | 0.13 | 171 | 0.24 | 0.84 |
| Hex | CB | DF | DC | 9 | 0 | 1 | D | AB | 18 | 54 |
| Octal | 313 | 337 | 334 | 11 | 0 | 1 | 15 | 253 | 30 | 124 |
| Binary | 11001011 | 11011111 | 11011100 | 1001 | 0 | 1 | 1101 | 10101011 | 11000 | 1010100 |
Color Harmonies of #CBDFDC
Complementary color
Monochromatic Colors of #CBDFDC
Black with #CBDFDC
Text Example
Text Example
White with #CBDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFDC; }
p { color: rgb(203,223,220); }
H1.HeaderClassName
{
color: #CBDFDC;
}
.AnyTagClassName
{
color: #CBDFDC;
}
</style>
background-color css
<style>
a { background-color: #CBDFDC; }
a { background-color: rgb(203,223,220); }
div.DivClassName
{
background-color: #CBDFDC;
}
.BgClassName
{
background-color: #CBDFDC;
}
</style>
border-color css
<style>
span { border-color: #CBDFDC; }
span { border-color: rgb(203,223,220); }
td.TdClassName
{
border-color: #CBDFDC;
}
.TagClassName
{
border-color: #CBDFDC;
}
</style>