Shades of Iceberg #C0DDD5
Tints of Iceberg #C0DDD5
RGB
CMYK
RGB Variations
Color information
#C0DDD5 (or 0xC0DDD5) is known color: Iceberg. HEX triplet: C0, DD and D5. RGB value is (192,221,213). Sum of RGB (Red+Green+Blue) = 192+221+213=626 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.67% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDD5 is #3F222A. Grayscale: #D3D3D3. Windows color (decimal): -4137515 or 14015936. OLE color: 14015936.
HSL color Cylindrical-coordinate representation of color #C0DDD5: hue angle of 163.45º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DDD5 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 221 | 213 | - |
CMYK | 0.13 | 0 | 0.04 | 0.13 |
HSL | 163.45º | 0.3% | 0.81% | - |
HSV(B) | 163.45º | 0.13% | 0.87% | - |
XYZ | 59.6 | 67.72 | 72.88 | - |
YUV | 211.42 | 128.89 | 114.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 221 | 213 | 0.13 | 0 | 0.04 | 0.13 | 163.45 | 0.3 | 0.81 |
Hex | C0 | DD | D5 | D | 0 | 4 | D | A3 | 1E | 51 |
Octal | 300 | 335 | 325 | 15 | 0 | 4 | 15 | 243 | 36 | 121 |
Binary | 11000000 | 11011101 | 11010101 | 1101 | 0 | 100 | 1101 | 10100011 | 11110 | 1010001 |
Color Harmonies of #C0DDD5
Complementary color
Monochromatic Colors of #C0DDD5
Black with #C0DDD5
Text Example
Text Example
White with #C0DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDD5; }
p { color: rgb(192,221,213); }
H1.HeaderClassName
{
color: #C0DDD5;
}
.AnyTagClassName
{
color: #C0DDD5;
}
</style>
background-color css
<style>
a { background-color: #C0DDD5; }
a { background-color: rgb(192,221,213); }
div.DivClassName
{
background-color: #C0DDD5;
}
.BgClassName
{
background-color: #C0DDD5;
}
</style>
border-color css
<style>
span { border-color: #C0DDD5; }
span { border-color: rgb(192,221,213); }
td.TdClassName
{
border-color: #C0DDD5;
}
.TagClassName
{
border-color: #C0DDD5;
}
</style>