Shades of Iceberg #C7DAD5
Tints of Iceberg #C7DAD5
RGB
CMYK
RGB Variations
Color information
#C7DAD5 (or 0xC7DAD5) is known color: Iceberg. HEX triplet: C7, DA and D5. RGB value is (199,218,213). Sum of RGB (Red+Green+Blue) = 199+218+213=630 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.59% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DAD5 is #38252A. Grayscale: #D3D3D3. Windows color (decimal): -3679531 or 14015175. OLE color: 14015175.
HSL color Cylindrical-coordinate representation of color #C7DAD5: hue angle of 164.21º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7DAD5 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 199 | 218 | 213 | - |
CMYK | 0.09 | 0 | 0.02 | 0.15 |
HSL | 164.21º | 0.2% | 0.82% | - |
HSV(B) | 164.21º | 0.09% | 0.85% | - |
XYZ | 60.63 | 67.09 | 72.7 | - |
YUV | 211.75 | 128.71 | 118.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 218 | 213 | 0.09 | 0 | 0.02 | 0.15 | 164.21 | 0.2 | 0.82 |
Hex | C7 | DA | D5 | 9 | 0 | 2 | F | A4 | 14 | 52 |
Octal | 307 | 332 | 325 | 11 | 0 | 2 | 17 | 244 | 24 | 122 |
Binary | 11000111 | 11011010 | 11010101 | 1001 | 0 | 10 | 1111 | 10100100 | 10100 | 1010010 |
Color Harmonies of #C7DAD5
Complementary color
Monochromatic Colors of #C7DAD5
Black with #C7DAD5
Text Example
Text Example
White with #C7DAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DAD5; }
p { color: rgb(199,218,213); }
H1.HeaderClassName
{
color: #C7DAD5;
}
.AnyTagClassName
{
color: #C7DAD5;
}
</style>
background-color css
<style>
a { background-color: #C7DAD5; }
a { background-color: rgb(199,218,213); }
div.DivClassName
{
background-color: #C7DAD5;
}
.BgClassName
{
background-color: #C7DAD5;
}
</style>
border-color css
<style>
span { border-color: #C7DAD5; }
span { border-color: rgb(199,218,213); }
td.TdClassName
{
border-color: #C7DAD5;
}
.TagClassName
{
border-color: #C7DAD5;
}
</style>