Shades of Iceberg #CBD5D0
Tints of Iceberg #CBD5D0
RGB
CMYK
RGB Variations
Color information
#CBD5D0 (or 0xCBD5D0) is known color: Iceberg. HEX triplet: CB, D5 and D0. RGB value is (203,213,208). Sum of RGB (Red+Green+Blue) = 203+213+208=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5D0 is #342A2F. Grayscale: #D1D1D1. Windows color (decimal): -3418672 or 13686219. OLE color: 13686219.
HSL color Cylindrical-coordinate representation of color #CBD5D0: hue angle of 150º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBD5D0 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 208 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.16 |
| HSL | 150º | 0.11% | 0.82% | - |
| HSV(B) | 150º | 0.05% | 0.84% | - |
| XYZ | 59.81 | 64.84 | 69.04 | - |
| YUV | 209.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 208 | 0.05 | 0 | 0.02 | 0.16 | 150 | 0.11 | 0.82 |
| Hex | CB | D5 | D0 | 5 | 0 | 2 | 10 | 96 | B | 52 |
| Octal | 313 | 325 | 320 | 5 | 0 | 2 | 20 | 226 | 13 | 122 |
| Binary | 11001011 | 11010101 | 11010000 | 101 | 0 | 10 | 10000 | 10010110 | 1011 | 1010010 |
Color Harmonies of #CBD5D0
Complementary color
Monochromatic Colors of #CBD5D0
Black with #CBD5D0
Text Example
Text Example
White with #CBD5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD5D0; }
p { color: rgb(203,213,208); }
H1.HeaderClassName
{
color: #CBD5D0;
}
.AnyTagClassName
{
color: #CBD5D0;
}
</style>
background-color css
<style>
a { background-color: #CBD5D0; }
a { background-color: rgb(203,213,208); }
div.DivClassName
{
background-color: #CBD5D0;
}
.BgClassName
{
background-color: #CBD5D0;
}
</style>
border-color css
<style>
span { border-color: #CBD5D0; }
span { border-color: rgb(203,213,208); }
td.TdClassName
{
border-color: #CBD5D0;
}
.TagClassName
{
border-color: #CBD5D0;
}
</style>