Shades of Iceberg #C0DFD4
Tints of Iceberg #C0DFD4
RGB
CMYK
RGB Variations
Color information
#C0DFD4 (or 0xC0DFD4) is known color: Iceberg. HEX triplet: C0, DF and D4. RGB value is (192,223,212). Sum of RGB (Red+Green+Blue) = 192+223+212=627 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.62% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFD4 is #3F202B. Grayscale: #D4D4D4. Windows color (decimal): -4137004 or 13950912. OLE color: 13950912.
HSL color Cylindrical-coordinate representation of color #C0DFD4: hue angle of 158.71º 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 #C0DFD4 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 223 | 212 | - |
CMYK | 0.14 | 0 | 0.05 | 0.13 |
HSL | 158.71º | 0.33% | 0.81% | - |
HSV(B) | 158.71º | 0.14% | 0.87% | - |
XYZ | 60.01 | 68.74 | 72.39 | - |
YUV | 212.48 | 127.73 | 113.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 223 | 212 | 0.14 | 0 | 0.05 | 0.13 | 158.71 | 0.33 | 0.81 |
Hex | C0 | DF | D4 | E | 0 | 5 | D | 9F | 21 | 51 |
Octal | 300 | 337 | 324 | 16 | 0 | 5 | 15 | 237 | 41 | 121 |
Binary | 11000000 | 11011111 | 11010100 | 1110 | 0 | 101 | 1101 | 10011111 | 100001 | 1010001 |
Color Harmonies of #C0DFD4
Complementary color
Monochromatic Colors of #C0DFD4
Black with #C0DFD4
Text Example
Text Example
White with #C0DFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DFD4; }
p { color: rgb(192,223,212); }
H1.HeaderClassName
{
color: #C0DFD4;
}
.AnyTagClassName
{
color: #C0DFD4;
}
</style>
background-color css
<style>
a { background-color: #C0DFD4; }
a { background-color: rgb(192,223,212); }
div.DivClassName
{
background-color: #C0DFD4;
}
.BgClassName
{
background-color: #C0DFD4;
}
</style>
border-color css
<style>
span { border-color: #C0DFD4; }
span { border-color: rgb(192,223,212); }
td.TdClassName
{
border-color: #C0DFD4;
}
.TagClassName
{
border-color: #C0DFD4;
}
</style>