Shades of Iceberg #C0DFD5
Tints of Iceberg #C0DFD5
RGB
CMYK
RGB Variations
Color information
#C0DFD5 (or 0xC0DFD5) is known color: Iceberg. HEX triplet: C0, DF and D5. RGB value is (192,223,213). Sum of RGB (Red+Green+Blue) = 192+223+213=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFD5 is #3F202A. Grayscale: #D4D4D4. Windows color (decimal): -4137003 or 14016448. OLE color: 14016448.
HSL color Cylindrical-coordinate representation of color #C0DFD5: hue angle of 160.65º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DFD5 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 223 | 213 | - |
CMYK | 0.14 | 0 | 0.04 | 0.13 |
HSL | 160.65º | 0.33% | 0.81% | - |
HSV(B) | 160.65º | 0.14% | 0.87% | - |
XYZ | 60.14 | 68.79 | 73.06 | - |
YUV | 212.59 | 128.23 | 113.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 223 | 213 | 0.14 | 0 | 0.04 | 0.13 | 160.65 | 0.33 | 0.81 |
Hex | C0 | DF | D5 | E | 0 | 4 | D | A1 | 21 | 51 |
Octal | 300 | 337 | 325 | 16 | 0 | 4 | 15 | 241 | 41 | 121 |
Binary | 11000000 | 11011111 | 11010101 | 1110 | 0 | 100 | 1101 | 10100001 | 100001 | 1010001 |
Color Harmonies of #C0DFD5
Complementary color
Monochromatic Colors of #C0DFD5
Black with #C0DFD5
Text Example
Text Example
White with #C0DFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DFD5; }
p { color: rgb(192,223,213); }
H1.HeaderClassName
{
color: #C0DFD5;
}
.AnyTagClassName
{
color: #C0DFD5;
}
</style>
background-color css
<style>
a { background-color: #C0DFD5; }
a { background-color: rgb(192,223,213); }
div.DivClassName
{
background-color: #C0DFD5;
}
.BgClassName
{
background-color: #C0DFD5;
}
</style>
border-color css
<style>
span { border-color: #C0DFD5; }
span { border-color: rgb(192,223,213); }
td.TdClassName
{
border-color: #C0DFD5;
}
.TagClassName
{
border-color: #C0DFD5;
}
</style>