Shades of Iceberg #CBDAD4
Tints of Iceberg #CBDAD4
RGB
CMYK
RGB Variations
Color information
#CBDAD4 (or 0xCBDAD4) is known color: Iceberg. HEX triplet: CB, DA and D4. RGB value is (203,218,212). Sum of RGB (Red+Green+Blue) = 203+218+212=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDAD4 is #34252B. Grayscale: #D4D4D4. Windows color (decimal): -3417388 or 13949643. OLE color: 13949643.
HSL color Cylindrical-coordinate representation of color #CBDAD4: hue angle of 156º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBDAD4 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 212 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.15 |
| HSL | 156º | 0.17% | 0.83% | - |
| HSV(B) | 156º | 0.07% | 0.85% | - |
| XYZ | 61.58 | 67.59 | 72.09 | - |
| YUV | 212.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 212 | 0.07 | 0 | 0.03 | 0.15 | 156 | 0.17 | 0.83 |
| Hex | CB | DA | D4 | 7 | 0 | 3 | F | 9C | 11 | 53 |
| Octal | 313 | 332 | 324 | 7 | 0 | 3 | 17 | 234 | 21 | 123 |
| Binary | 11001011 | 11011010 | 11010100 | 111 | 0 | 11 | 1111 | 10011100 | 10001 | 1010011 |
Color Harmonies of #CBDAD4
Complementary color
Monochromatic Colors of #CBDAD4
Black with #CBDAD4
Text Example
Text Example
White with #CBDAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDAD4; }
p { color: rgb(203,218,212); }
H1.HeaderClassName
{
color: #CBDAD4;
}
.AnyTagClassName
{
color: #CBDAD4;
}
</style>
background-color css
<style>
a { background-color: #CBDAD4; }
a { background-color: rgb(203,218,212); }
div.DivClassName
{
background-color: #CBDAD4;
}
.BgClassName
{
background-color: #CBDAD4;
}
</style>
border-color css
<style>
span { border-color: #CBDAD4; }
span { border-color: rgb(203,218,212); }
td.TdClassName
{
border-color: #CBDAD4;
}
.TagClassName
{
border-color: #CBDAD4;
}
</style>