Shades of Iceberg #CBDAD3
Tints of Iceberg #CBDAD3
RGB
CMYK
RGB Variations
Color information
#CBDAD3 (or 0xCBDAD3) is known color: Iceberg. HEX triplet: CB, DA and D3. RGB value is (203,218,211). Sum of RGB (Red+Green+Blue) = 203+218+211=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDAD3 is #34252C. Grayscale: #D4D4D4. Windows color (decimal): -3417389 or 13884107. OLE color: 13884107.
HSL color Cylindrical-coordinate representation of color #CBDAD3: hue angle of 152º 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 #CBDAD3 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 211 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.15 |
| HSL | 152º | 0.17% | 0.83% | - |
| HSV(B) | 152º | 0.07% | 0.85% | - |
| XYZ | 61.46 | 67.54 | 71.43 | - |
| YUV | 212.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 211 | 0.07 | 0 | 0.03 | 0.15 | 152 | 0.17 | 0.83 |
| Hex | CB | DA | D3 | 7 | 0 | 3 | F | 98 | 11 | 53 |
| Octal | 313 | 332 | 323 | 7 | 0 | 3 | 17 | 230 | 21 | 123 |
| Binary | 11001011 | 11011010 | 11010011 | 111 | 0 | 11 | 1111 | 10011000 | 10001 | 1010011 |
Color Harmonies of #CBDAD3
Complementary color
Monochromatic Colors of #CBDAD3
Black with #CBDAD3
Text Example
Text Example
White with #CBDAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDAD3; }
p { color: rgb(203,218,211); }
H1.HeaderClassName
{
color: #CBDAD3;
}
.AnyTagClassName
{
color: #CBDAD3;
}
</style>
background-color css
<style>
a { background-color: #CBDAD3; }
a { background-color: rgb(203,218,211); }
div.DivClassName
{
background-color: #CBDAD3;
}
.BgClassName
{
background-color: #CBDAD3;
}
</style>
border-color css
<style>
span { border-color: #CBDAD3; }
span { border-color: rgb(203,218,211); }
td.TdClassName
{
border-color: #CBDAD3;
}
.TagClassName
{
border-color: #CBDAD3;
}
</style>