Shades of Iceberg #C7DDD5
Tints of Iceberg #C7DDD5
RGB
CMYK
RGB Variations
Color information
#C7DDD5 (or 0xC7DDD5) is known color: Iceberg. HEX triplet: C7, DD and D5. RGB value is (199,221,213). Sum of RGB (Red+Green+Blue) = 199+221+213=633 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.44% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDD5 is #38222A. Grayscale: #D5D5D5. Windows color (decimal): -3678763 or 14015943. OLE color: 14015943.
HSL color Cylindrical-coordinate representation of color #C7DDD5: hue angle of 158.18º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DDD5 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 221 | 213 | - |
CMYK | 0.10 | 0 | 0.04 | 0.13 |
HSL | 158.18º | 0.24% | 0.82% | - |
HSV(B) | 158.18º | 0.1% | 0.87% | - |
XYZ | 61.42 | 68.66 | 72.97 | - |
YUV | 213.51 | 127.71 | 117.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 221 | 213 | 0.10 | 0 | 0.04 | 0.13 | 158.18 | 0.24 | 0.82 |
Hex | C7 | DD | D5 | A | 0 | 4 | D | 9E | 18 | 52 |
Octal | 307 | 335 | 325 | 12 | 0 | 4 | 15 | 236 | 30 | 122 |
Binary | 11000111 | 11011101 | 11010101 | 1010 | 0 | 100 | 1101 | 10011110 | 11000 | 1010010 |
Color Harmonies of #C7DDD5
Complementary color
Monochromatic Colors of #C7DDD5
Black with #C7DDD5
Text Example
Text Example
White with #C7DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DDD5; }
p { color: rgb(199,221,213); }
H1.HeaderClassName
{
color: #C7DDD5;
}
.AnyTagClassName
{
color: #C7DDD5;
}
</style>
background-color css
<style>
a { background-color: #C7DDD5; }
a { background-color: rgb(199,221,213); }
div.DivClassName
{
background-color: #C7DDD5;
}
.BgClassName
{
background-color: #C7DDD5;
}
</style>
border-color css
<style>
span { border-color: #C7DDD5; }
span { border-color: rgb(199,221,213); }
td.TdClassName
{
border-color: #C7DDD5;
}
.TagClassName
{
border-color: #C7DDD5;
}
</style>