Shades of Iceberg #C0E0D7
Tints of Iceberg #C0E0D7
RGB
CMYK
RGB Variations
Color information
#C0E0D7 (or 0xC0E0D7) is known color: Iceberg. HEX triplet: C0, E0 and D7. RGB value is (192,224,215). Sum of RGB (Red+Green+Blue) = 192+224+215=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E0D7 is #3F1F28. Grayscale: #D5D5D5. Windows color (decimal): -4136745 or 14147776. OLE color: 14147776.
HSL color Cylindrical-coordinate representation of color #C0E0D7: hue angle of 163.12º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0E0D7 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 215 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.12 |
| HSL | 163.13º | 0.34% | 0.82% | - |
| HSV(B) | 163.13º | 0.14% | 0.88% | - |
| XYZ | 60.66 | 69.42 | 74.49 | - |
| YUV | 213.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 215 | 0.14 | 0 | 0.04 | 0.12 | 163.13 | 0.34 | 0.82 |
| Hex | C0 | E0 | D7 | E | 0 | 4 | C | A3 | 22 | 52 |
| Octal | 300 | 340 | 327 | 16 | 0 | 4 | 14 | 243 | 42 | 122 |
| Binary | 11000000 | 11100000 | 11010111 | 1110 | 0 | 100 | 1100 | 10100011 | 100010 | 1010010 |
Color Harmonies of #C0E0D7
Complementary color
Monochromatic Colors of #C0E0D7
Black with #C0E0D7
Text Example
Text Example
White with #C0E0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E0D7; }
p { color: rgb(192,224,215); }
H1.HeaderClassName
{
color: #C0E0D7;
}
.AnyTagClassName
{
color: #C0E0D7;
}
</style>
background-color css
<style>
a { background-color: #C0E0D7; }
a { background-color: rgb(192,224,215); }
div.DivClassName
{
background-color: #C0E0D7;
}
.BgClassName
{
background-color: #C0E0D7;
}
</style>
border-color css
<style>
span { border-color: #C0E0D7; }
span { border-color: rgb(192,224,215); }
td.TdClassName
{
border-color: #C0E0D7;
}
.TagClassName
{
border-color: #C0E0D7;
}
</style>