Shades of Iceberg #CBD8D3
Tints of Iceberg #CBD8D3
RGB
CMYK
RGB Variations
Color information
#CBD8D3 (or 0xCBD8D3) is known color: Iceberg. HEX triplet: CB, D8 and D3. RGB value is (203,216,211). Sum of RGB (Red+Green+Blue) = 203+216+211=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD8D3 is #34272C. Grayscale: #D3D3D3. Windows color (decimal): -3417901 or 13883595. OLE color: 13883595.
HSL color Cylindrical-coordinate representation of color #CBD8D3: hue angle of 156.92º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBD8D3 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 216 | 211 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.15 |
| HSL | 156.92º | 0.14% | 0.82% | - |
| HSV(B) | 156.92º | 0.06% | 0.85% | - |
| XYZ | 60.94 | 66.51 | 71.25 | - |
| YUV | 211.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 211 | 0.06 | 0 | 0.02 | 0.15 | 156.92 | 0.14 | 0.82 |
| Hex | CB | D8 | D3 | 6 | 0 | 2 | F | 9D | E | 52 |
| Octal | 313 | 330 | 323 | 6 | 0 | 2 | 17 | 235 | 16 | 122 |
| Binary | 11001011 | 11011000 | 11010011 | 110 | 0 | 10 | 1111 | 10011101 | 1110 | 1010010 |
Color Harmonies of #CBD8D3
Complementary color
Monochromatic Colors of #CBD8D3
Black with #CBD8D3
Text Example
Text Example
White with #CBD8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD8D3; }
p { color: rgb(203,216,211); }
H1.HeaderClassName
{
color: #CBD8D3;
}
.AnyTagClassName
{
color: #CBD8D3;
}
</style>
background-color css
<style>
a { background-color: #CBD8D3; }
a { background-color: rgb(203,216,211); }
div.DivClassName
{
background-color: #CBD8D3;
}
.BgClassName
{
background-color: #CBD8D3;
}
</style>
border-color css
<style>
span { border-color: #CBD8D3; }
span { border-color: rgb(203,216,211); }
td.TdClassName
{
border-color: #CBD8D3;
}
.TagClassName
{
border-color: #CBD8D3;
}
</style>