Shades of Iceberg #C2DAD2
Tints of Iceberg #C2DAD2
RGB
CMYK
RGB Variations
Color information
#C2DAD2 (or 0xC2DAD2) is known color: Iceberg. HEX triplet: C2, DA and D2. RGB value is (194,218,210). Sum of RGB (Red+Green+Blue) = 194+218+210=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DAD2 is #3D252D. Grayscale: #D1D1D1. Windows color (decimal): -4007214 or 13818562. OLE color: 13818562.
HSL color Cylindrical-coordinate representation of color #C2DAD2: hue angle of 160º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2DAD2 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 194 | 218 | 210 | - |
CMYK | 0.11 | 0 | 0.04 | 0.15 |
HSL | 160º | 0.24% | 0.81% | - |
HSV(B) | 160º | 0.11% | 0.85% | - |
XYZ | 58.95 | 66.27 | 70.66 | - |
YUV | 209.91 | 128.05 | 116.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 218 | 210 | 0.11 | 0 | 0.04 | 0.15 | 160 | 0.24 | 0.81 |
Hex | C2 | DA | D2 | B | 0 | 4 | F | A0 | 18 | 51 |
Octal | 302 | 332 | 322 | 13 | 0 | 4 | 17 | 240 | 30 | 121 |
Binary | 11000010 | 11011010 | 11010010 | 1011 | 0 | 100 | 1111 | 10100000 | 11000 | 1010001 |
Color Harmonies of #C2DAD2
Complementary color
Monochromatic Colors of #C2DAD2
Black with #C2DAD2
Text Example
Text Example
White with #C2DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DAD2; }
p { color: rgb(194,218,210); }
H1.HeaderClassName
{
color: #C2DAD2;
}
.AnyTagClassName
{
color: #C2DAD2;
}
</style>
background-color css
<style>
a { background-color: #C2DAD2; }
a { background-color: rgb(194,218,210); }
div.DivClassName
{
background-color: #C2DAD2;
}
.BgClassName
{
background-color: #C2DAD2;
}
</style>
border-color css
<style>
span { border-color: #C2DAD2; }
span { border-color: rgb(194,218,210); }
td.TdClassName
{
border-color: #C2DAD2;
}
.TagClassName
{
border-color: #C2DAD2;
}
</style>