Shades of Iceberg #CBDCD8
Tints of Iceberg #CBDCD8
RGB
CMYK
RGB Variations
Color information
#CBDCD8 (or 0xCBDCD8) is known color: Iceberg. HEX triplet: CB, DC and D8. RGB value is (203,220,216). Sum of RGB (Red+Green+Blue) = 203+220+216=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCD8 is #342327. Grayscale: #D6D6D6. Windows color (decimal): -3416872 or 14212299. OLE color: 14212299.
HSL color Cylindrical-coordinate representation of color #CBDCD8: hue angle of 165.88º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBDCD8 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 216 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.14 |
| HSL | 165.88º | 0.2% | 0.83% | - |
| HSV(B) | 165.88º | 0.08% | 0.86% | - |
| XYZ | 62.62 | 68.84 | 74.95 | - |
| YUV | 214.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 216 | 0.08 | 0 | 0.02 | 0.14 | 165.88 | 0.2 | 0.83 |
| Hex | CB | DC | D8 | 8 | 0 | 2 | E | A6 | 14 | 53 |
| Octal | 313 | 334 | 330 | 10 | 0 | 2 | 16 | 246 | 24 | 123 |
| Binary | 11001011 | 11011100 | 11011000 | 1000 | 0 | 10 | 1110 | 10100110 | 10100 | 1010011 |
Color Harmonies of #CBDCD8
Complementary color
Monochromatic Colors of #CBDCD8
Black with #CBDCD8
Text Example
Text Example
White with #CBDCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDCD8; }
p { color: rgb(203,220,216); }
H1.HeaderClassName
{
color: #CBDCD8;
}
.AnyTagClassName
{
color: #CBDCD8;
}
</style>
background-color css
<style>
a { background-color: #CBDCD8; }
a { background-color: rgb(203,220,216); }
div.DivClassName
{
background-color: #CBDCD8;
}
.BgClassName
{
background-color: #CBDCD8;
}
</style>
border-color css
<style>
span { border-color: #CBDCD8; }
span { border-color: rgb(203,220,216); }
td.TdClassName
{
border-color: #CBDCD8;
}
.TagClassName
{
border-color: #CBDCD8;
}
</style>