Shades of Iceberg #C7DBD5
Tints of Iceberg #C7DBD5
RGB
CMYK
RGB Variations
Color information
#C7DBD5 (or 0xC7DBD5) is known color: Iceberg. HEX triplet: C7, DB and D5. RGB value is (199,219,213). Sum of RGB (Red+Green+Blue) = 199+219+213=631 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.54% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBD5 is #38242A. Grayscale: #D4D4D4. Windows color (decimal): -3679275 or 14015431. OLE color: 14015431.
HSL color Cylindrical-coordinate representation of color #C7DBD5: hue angle of 162º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7DBD5 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 213 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.14 |
| HSL | 162º | 0.22% | 0.82% | - |
| HSV(B) | 162º | 0.09% | 0.86% | - |
| XYZ | 60.89 | 67.61 | 72.79 | - |
| YUV | 212.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 213 | 0.09 | 0 | 0.03 | 0.14 | 162 | 0.22 | 0.82 |
| Hex | C7 | DB | D5 | 9 | 0 | 3 | E | A2 | 16 | 52 |
| Octal | 307 | 333 | 325 | 11 | 0 | 3 | 16 | 242 | 26 | 122 |
| Binary | 11000111 | 11011011 | 11010101 | 1001 | 0 | 11 | 1110 | 10100010 | 10110 | 1010010 |
Color Harmonies of #C7DBD5
Complementary color
Monochromatic Colors of #C7DBD5
Black with #C7DBD5
Text Example
Text Example
White with #C7DBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBD5; }
p { color: rgb(199,219,213); }
H1.HeaderClassName
{
color: #C7DBD5;
}
.AnyTagClassName
{
color: #C7DBD5;
}
</style>
background-color css
<style>
a { background-color: #C7DBD5; }
a { background-color: rgb(199,219,213); }
div.DivClassName
{
background-color: #C7DBD5;
}
.BgClassName
{
background-color: #C7DBD5;
}
</style>
border-color css
<style>
span { border-color: #C7DBD5; }
span { border-color: rgb(199,219,213); }
td.TdClassName
{
border-color: #C7DBD5;
}
.TagClassName
{
border-color: #C7DBD5;
}
</style>