Shades of Iceberg #CDDAD5
Tints of Iceberg #CDDAD5
RGB
CMYK
RGB Variations
Color information
#CDDAD5 (or 0xCDDAD5) is known color: Iceberg. HEX triplet: CD, DA and D5. RGB value is (205,218,213). Sum of RGB (Red+Green+Blue) = 205+218+213=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDAD5 is #32252A. Grayscale: #D5D5D5. Windows color (decimal): -3286315 or 14015181. OLE color: 14015181.
HSL color Cylindrical-coordinate representation of color #CDDAD5: hue angle of 156.92º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDDAD5 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 213 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.15 |
| HSL | 156.92º | 0.15% | 0.83% | - |
| HSV(B) | 156.92º | 0.06% | 0.85% | - |
| XYZ | 62.26 | 67.93 | 72.78 | - |
| YUV | 213.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 213 | 0.06 | 0 | 0.02 | 0.15 | 156.92 | 0.15 | 0.83 |
| Hex | CD | DA | D5 | 6 | 0 | 2 | F | 9D | F | 53 |
| Octal | 315 | 332 | 325 | 6 | 0 | 2 | 17 | 235 | 17 | 123 |
| Binary | 11001101 | 11011010 | 11010101 | 110 | 0 | 10 | 1111 | 10011101 | 1111 | 1010011 |
Color Harmonies of #CDDAD5
Complementary color
Monochromatic Colors of #CDDAD5
Black with #CDDAD5
Text Example
Text Example
White with #CDDAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAD5; }
p { color: rgb(205,218,213); }
H1.HeaderClassName
{
color: #CDDAD5;
}
.AnyTagClassName
{
color: #CDDAD5;
}
</style>
background-color css
<style>
a { background-color: #CDDAD5; }
a { background-color: rgb(205,218,213); }
div.DivClassName
{
background-color: #CDDAD5;
}
.BgClassName
{
background-color: #CDDAD5;
}
</style>
border-color css
<style>
span { border-color: #CDDAD5; }
span { border-color: rgb(205,218,213); }
td.TdClassName
{
border-color: #CDDAD5;
}
.TagClassName
{
border-color: #CDDAD5;
}
</style>