Shades of Iceberg #CBDCD5
Tints of Iceberg #CBDCD5
RGB
CMYK
RGB Variations
Color information
#CBDCD5 (or 0xCBDCD5) is known color: Iceberg. HEX triplet: CB, DC and D5. RGB value is (203,220,213). Sum of RGB (Red+Green+Blue) = 203+220+213=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCD5 is #34232A. Grayscale: #D6D6D6. Windows color (decimal): -3416875 or 14015691. OLE color: 14015691.
HSL color Cylindrical-coordinate representation of color #CBDCD5: hue angle of 155.29º 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 #CBDCD5 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 213 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.14 |
| HSL | 155.29º | 0.2% | 0.83% | - |
| HSV(B) | 155.29º | 0.08% | 0.86% | - |
| XYZ | 62.23 | 68.69 | 72.93 | - |
| YUV | 214.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 213 | 0.08 | 0 | 0.03 | 0.14 | 155.29 | 0.2 | 0.83 |
| Hex | CB | DC | D5 | 8 | 0 | 3 | E | 9B | 14 | 53 |
| Octal | 313 | 334 | 325 | 10 | 0 | 3 | 16 | 233 | 24 | 123 |
| Binary | 11001011 | 11011100 | 11010101 | 1000 | 0 | 11 | 1110 | 10011011 | 10100 | 1010011 |
Color Harmonies of #CBDCD5
Complementary color
Monochromatic Colors of #CBDCD5
Black with #CBDCD5
Text Example
Text Example
White with #CBDCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDCD5; }
p { color: rgb(203,220,213); }
H1.HeaderClassName
{
color: #CBDCD5;
}
.AnyTagClassName
{
color: #CBDCD5;
}
</style>
background-color css
<style>
a { background-color: #CBDCD5; }
a { background-color: rgb(203,220,213); }
div.DivClassName
{
background-color: #CBDCD5;
}
.BgClassName
{
background-color: #CBDCD5;
}
</style>
border-color css
<style>
span { border-color: #CBDCD5; }
span { border-color: rgb(203,220,213); }
td.TdClassName
{
border-color: #CBDCD5;
}
.TagClassName
{
border-color: #CBDCD5;
}
</style>