Shades of Iceberg #C7DCD5
Tints of Iceberg #C7DCD5
RGB
CMYK
RGB Variations
Color information
#C7DCD5 (or 0xC7DCD5) is known color: Iceberg. HEX triplet: C7, DC and D5. RGB value is (199,220,213). Sum of RGB (Red+Green+Blue) = 199+220+213=632 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.49% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCD5 is #38232A. Grayscale: #D4D4D4. Windows color (decimal): -3679019 or 14015687. OLE color: 14015687.
HSL color Cylindrical-coordinate representation of color #C7DCD5: hue angle of 160º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DCD5 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 213 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.14 |
| HSL | 160º | 0.23% | 0.82% | - |
| HSV(B) | 160º | 0.1% | 0.86% | - |
| XYZ | 61.16 | 68.13 | 72.88 | - |
| YUV | 212.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 213 | 0.10 | 0 | 0.03 | 0.14 | 160 | 0.23 | 0.82 |
| Hex | C7 | DC | D5 | A | 0 | 3 | E | A0 | 17 | 52 |
| Octal | 307 | 334 | 325 | 12 | 0 | 3 | 16 | 240 | 27 | 122 |
| Binary | 11000111 | 11011100 | 11010101 | 1010 | 0 | 11 | 1110 | 10100000 | 10111 | 1010010 |
Color Harmonies of #C7DCD5
Complementary color
Monochromatic Colors of #C7DCD5
Black with #C7DCD5
Text Example
Text Example
White with #C7DCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DCD5; }
p { color: rgb(199,220,213); }
H1.HeaderClassName
{
color: #C7DCD5;
}
.AnyTagClassName
{
color: #C7DCD5;
}
</style>
background-color css
<style>
a { background-color: #C7DCD5; }
a { background-color: rgb(199,220,213); }
div.DivClassName
{
background-color: #C7DCD5;
}
.BgClassName
{
background-color: #C7DCD5;
}
</style>
border-color css
<style>
span { border-color: #C7DCD5; }
span { border-color: rgb(199,220,213); }
td.TdClassName
{
border-color: #C7DCD5;
}
.TagClassName
{
border-color: #C7DCD5;
}
</style>