Shades of Iceberg #C5DDD5
Tints of Iceberg #C5DDD5
RGB
CMYK
RGB Variations
Color information
#C5DDD5 (or 0xC5DDD5) is known color: Iceberg. HEX triplet: C5, DD and D5. RGB value is (197,221,213). Sum of RGB (Red+Green+Blue) = 197+221+213=631 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.22% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDD5 is #3A222A. Grayscale: #D4D4D4. Windows color (decimal): -3809835 or 14015941. OLE color: 14015941.
HSL color Cylindrical-coordinate representation of color #C5DDD5: hue angle of 160º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5DDD5 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 213 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.13 |
| HSL | 160º | 0.26% | 0.82% | - |
| HSV(B) | 160º | 0.11% | 0.87% | - |
| XYZ | 60.89 | 68.39 | 72.94 | - |
| YUV | 212.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 213 | 0.11 | 0 | 0.04 | 0.13 | 160 | 0.26 | 0.82 |
| Hex | C5 | DD | D5 | B | 0 | 4 | D | A0 | 1A | 52 |
| Octal | 305 | 335 | 325 | 13 | 0 | 4 | 15 | 240 | 32 | 122 |
| Binary | 11000101 | 11011101 | 11010101 | 1011 | 0 | 100 | 1101 | 10100000 | 11010 | 1010010 |
Color Harmonies of #C5DDD5
Complementary color
Monochromatic Colors of #C5DDD5
Black with #C5DDD5
Text Example
Text Example
White with #C5DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DDD5; }
p { color: rgb(197,221,213); }
H1.HeaderClassName
{
color: #C5DDD5;
}
.AnyTagClassName
{
color: #C5DDD5;
}
</style>
background-color css
<style>
a { background-color: #C5DDD5; }
a { background-color: rgb(197,221,213); }
div.DivClassName
{
background-color: #C5DDD5;
}
.BgClassName
{
background-color: #C5DDD5;
}
</style>
border-color css
<style>
span { border-color: #C5DDD5; }
span { border-color: rgb(197,221,213); }
td.TdClassName
{
border-color: #C5DDD5;
}
.TagClassName
{
border-color: #C5DDD5;
}
</style>