Shades of Iceberg #C5DDD7
Tints of Iceberg #C5DDD7
RGB
CMYK
RGB Variations
Color information
#C5DDD7 (or 0xC5DDD7) is known color: Iceberg. HEX triplet: C5, DD and D7. RGB value is (197,221,215). Sum of RGB (Red+Green+Blue) = 197+221+215=633 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.12% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDD7 is #3A2228. Grayscale: #D5D5D5. Windows color (decimal): -3809833 or 14147013. OLE color: 14147013.
HSL color Cylindrical-coordinate representation of color #C5DDD7: hue angle of 165º 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 #C5DDD7 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 215 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.13 |
| HSL | 165º | 0.26% | 0.82% | - |
| HSV(B) | 165º | 0.11% | 0.87% | - |
| XYZ | 61.15 | 68.49 | 74.29 | - |
| YUV | 213.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 215 | 0.11 | 0 | 0.03 | 0.13 | 165 | 0.26 | 0.82 |
| Hex | C5 | DD | D7 | B | 0 | 3 | D | A5 | 1A | 52 |
| Octal | 305 | 335 | 327 | 13 | 0 | 3 | 15 | 245 | 32 | 122 |
| Binary | 11000101 | 11011101 | 11010111 | 1011 | 0 | 11 | 1101 | 10100101 | 11010 | 1010010 |
Color Harmonies of #C5DDD7
Complementary color
Monochromatic Colors of #C5DDD7
Black with #C5DDD7
Text Example
Text Example
White with #C5DDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DDD7; }
p { color: rgb(197,221,215); }
H1.HeaderClassName
{
color: #C5DDD7;
}
.AnyTagClassName
{
color: #C5DDD7;
}
</style>
background-color css
<style>
a { background-color: #C5DDD7; }
a { background-color: rgb(197,221,215); }
div.DivClassName
{
background-color: #C5DDD7;
}
.BgClassName
{
background-color: #C5DDD7;
}
</style>
border-color css
<style>
span { border-color: #C5DDD7; }
span { border-color: rgb(197,221,215); }
td.TdClassName
{
border-color: #C5DDD7;
}
.TagClassName
{
border-color: #C5DDD7;
}
</style>