Shades of Iceberg #CBD9D3
Tints of Iceberg #CBD9D3
RGB
CMYK
RGB Variations
Color information
#CBD9D3 (or 0xCBD9D3) is known color: Iceberg. HEX triplet: CB, D9 and D3. RGB value is (203,217,211). Sum of RGB (Red+Green+Blue) = 203+217+211=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9D3 is #34262C. Grayscale: #D4D4D4. Windows color (decimal): -3417645 or 13883851. OLE color: 13883851.
HSL color Cylindrical-coordinate representation of color #CBD9D3: hue angle of 154.29º degrees, saturation: 0.16, 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 #CBD9D3 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 211 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.15 |
| HSL | 154.29º | 0.16% | 0.82% | - |
| HSV(B) | 154.29º | 0.06% | 0.85% | - |
| XYZ | 61.2 | 67.03 | 71.34 | - |
| YUV | 212.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 211 | 0.06 | 0 | 0.03 | 0.15 | 154.29 | 0.16 | 0.82 |
| Hex | CB | D9 | D3 | 6 | 0 | 3 | F | 9A | 10 | 52 |
| Octal | 313 | 331 | 323 | 6 | 0 | 3 | 17 | 232 | 20 | 122 |
| Binary | 11001011 | 11011001 | 11010011 | 110 | 0 | 11 | 1111 | 10011010 | 10000 | 1010010 |
Color Harmonies of #CBD9D3
Complementary color
Monochromatic Colors of #CBD9D3
Black with #CBD9D3
Text Example
Text Example
White with #CBD9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD9D3; }
p { color: rgb(203,217,211); }
H1.HeaderClassName
{
color: #CBD9D3;
}
.AnyTagClassName
{
color: #CBD9D3;
}
</style>
background-color css
<style>
a { background-color: #CBD9D3; }
a { background-color: rgb(203,217,211); }
div.DivClassName
{
background-color: #CBD9D3;
}
.BgClassName
{
background-color: #CBD9D3;
}
</style>
border-color css
<style>
span { border-color: #CBD9D3; }
span { border-color: rgb(203,217,211); }
td.TdClassName
{
border-color: #CBD9D3;
}
.TagClassName
{
border-color: #CBD9D3;
}
</style>