Shades of Iceberg #CBDDD9
Tints of Iceberg #CBDDD9
RGB
CMYK
RGB Variations
Color information
#CBDDD9 (or 0xCBDDD9) is known color: Iceberg. HEX triplet: CB, DD and D9. RGB value is (203,221,217). Sum of RGB (Red+Green+Blue) = 203+221+217=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDD9 is #342226. Grayscale: #D7D7D7. Windows color (decimal): -3416615 or 14278091. OLE color: 14278091.
HSL color Cylindrical-coordinate representation of color #CBDDD9: hue angle of 166.67º 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 #CBDDD9 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 217 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.13 |
| HSL | 166.67º | 0.21% | 0.83% | - |
| HSV(B) | 166.67º | 0.08% | 0.87% | - |
| XYZ | 63.01 | 69.42 | 75.72 | - |
| YUV | 215.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 217 | 0.08 | 0 | 0.02 | 0.13 | 166.67 | 0.21 | 0.83 |
| Hex | CB | DD | D9 | 8 | 0 | 2 | D | A7 | 15 | 53 |
| Octal | 313 | 335 | 331 | 10 | 0 | 2 | 15 | 247 | 25 | 123 |
| Binary | 11001011 | 11011101 | 11011001 | 1000 | 0 | 10 | 1101 | 10100111 | 10101 | 1010011 |
Color Harmonies of #CBDDD9
Complementary color
Monochromatic Colors of #CBDDD9
Black with #CBDDD9
Text Example
Text Example
White with #CBDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDD9; }
p { color: rgb(203,221,217); }
H1.HeaderClassName
{
color: #CBDDD9;
}
.AnyTagClassName
{
color: #CBDDD9;
}
</style>
background-color css
<style>
a { background-color: #CBDDD9; }
a { background-color: rgb(203,221,217); }
div.DivClassName
{
background-color: #CBDDD9;
}
.BgClassName
{
background-color: #CBDDD9;
}
</style>
border-color css
<style>
span { border-color: #CBDDD9; }
span { border-color: rgb(203,221,217); }
td.TdClassName
{
border-color: #CBDDD9;
}
.TagClassName
{
border-color: #CBDDD9;
}
</style>