Shades of Iceberg #CBDDD6
Tints of Iceberg #CBDDD6
RGB
CMYK
RGB Variations
Color information
#CBDDD6 (or 0xCBDDD6) is known color: Iceberg. HEX triplet: CB, DD and D6. RGB value is (203,221,214). Sum of RGB (Red+Green+Blue) = 203+221+214=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDD6 is #342229. Grayscale: #D6D6D6. Windows color (decimal): -3416618 or 14081483. OLE color: 14081483.
HSL color Cylindrical-coordinate representation of color #CBDDD6: hue angle of 156.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 #CBDDD6 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 214 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.13 |
| HSL | 156.67º | 0.21% | 0.83% | - |
| HSV(B) | 156.67º | 0.08% | 0.87% | - |
| XYZ | 62.62 | 69.26 | 73.69 | - |
| YUV | 214.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 214 | 0.08 | 0 | 0.03 | 0.13 | 156.67 | 0.21 | 0.83 |
| Hex | CB | DD | D6 | 8 | 0 | 3 | D | 9D | 15 | 53 |
| Octal | 313 | 335 | 326 | 10 | 0 | 3 | 15 | 235 | 25 | 123 |
| Binary | 11001011 | 11011101 | 11010110 | 1000 | 0 | 11 | 1101 | 10011101 | 10101 | 1010011 |
Color Harmonies of #CBDDD6
Complementary color
Monochromatic Colors of #CBDDD6
Black with #CBDDD6
Text Example
Text Example
White with #CBDDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDD6; }
p { color: rgb(203,221,214); }
H1.HeaderClassName
{
color: #CBDDD6;
}
.AnyTagClassName
{
color: #CBDDD6;
}
</style>
background-color css
<style>
a { background-color: #CBDDD6; }
a { background-color: rgb(203,221,214); }
div.DivClassName
{
background-color: #CBDDD6;
}
.BgClassName
{
background-color: #CBDDD6;
}
</style>
border-color css
<style>
span { border-color: #CBDDD6; }
span { border-color: rgb(203,221,214); }
td.TdClassName
{
border-color: #CBDDD6;
}
.TagClassName
{
border-color: #CBDDD6;
}
</style>