Shades of Iceberg #C7D6D0
Tints of Iceberg #C7D6D0
RGB
CMYK
RGB Variations
Color information
#C7D6D0 (or 0xC7D6D0) is known color: Iceberg. HEX triplet: C7, D6 and D0. RGB value is (199,214,208). Sum of RGB (Red+Green+Blue) = 199+214+208=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D6D0 is #38292F. Grayscale: #D0D0D0. Windows color (decimal): -3680560 or 13686471. OLE color: 13686471.
HSL color Cylindrical-coordinate representation of color #C7D6D0: hue angle of 156º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7D6D0 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 199 | 214 | 208 | - |
CMYK | 0.07 | 0 | 0.03 | 0.16 |
HSL | 156º | 0.15% | 0.81% | - |
HSV(B) | 156º | 0.07% | 0.84% | - |
XYZ | 58.98 | 64.79 | 69.07 | - |
YUV | 208.83 | 127.53 | 120.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 214 | 208 | 0.07 | 0 | 0.03 | 0.16 | 156 | 0.15 | 0.81 |
Hex | C7 | D6 | D0 | 7 | 0 | 3 | 10 | 9C | F | 51 |
Octal | 307 | 326 | 320 | 7 | 0 | 3 | 20 | 234 | 17 | 121 |
Binary | 11000111 | 11010110 | 11010000 | 111 | 0 | 11 | 10000 | 10011100 | 1111 | 1010001 |
Color Harmonies of #C7D6D0
Complementary color
Monochromatic Colors of #C7D6D0
Black with #C7D6D0
Text Example
Text Example
White with #C7D6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D6D0; }
p { color: rgb(199,214,208); }
H1.HeaderClassName
{
color: #C7D6D0;
}
.AnyTagClassName
{
color: #C7D6D0;
}
</style>
background-color css
<style>
a { background-color: #C7D6D0; }
a { background-color: rgb(199,214,208); }
div.DivClassName
{
background-color: #C7D6D0;
}
.BgClassName
{
background-color: #C7D6D0;
}
</style>
border-color css
<style>
span { border-color: #C7D6D0; }
span { border-color: rgb(199,214,208); }
td.TdClassName
{
border-color: #C7D6D0;
}
.TagClassName
{
border-color: #C7D6D0;
}
</style>