Shades of Iceberg #C5DAD2
Tints of Iceberg #C5DAD2
RGB
CMYK
RGB Variations
Color information
#C5DAD2 (or 0xC5DAD2) is known color: Iceberg. HEX triplet: C5, DA and D2. RGB value is (197,218,210). Sum of RGB (Red+Green+Blue) = 197+218+210=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DAD2 is #3A252D. Grayscale: #D2D2D2. Windows color (decimal): -3810606 or 13818565. OLE color: 13818565.
HSL color Cylindrical-coordinate representation of color #C5DAD2: hue angle of 157.14º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DAD2 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 197 | 218 | 210 | - |
CMYK | 0.10 | 0 | 0.04 | 0.15 |
HSL | 157.14º | 0.22% | 0.81% | - |
HSV(B) | 157.14º | 0.1% | 0.85% | - |
XYZ | 59.73 | 66.67 | 70.69 | - |
YUV | 210.81 | 127.54 | 118.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 218 | 210 | 0.10 | 0 | 0.04 | 0.15 | 157.14 | 0.22 | 0.81 |
Hex | C5 | DA | D2 | A | 0 | 4 | F | 9D | 16 | 51 |
Octal | 305 | 332 | 322 | 12 | 0 | 4 | 17 | 235 | 26 | 121 |
Binary | 11000101 | 11011010 | 11010010 | 1010 | 0 | 100 | 1111 | 10011101 | 10110 | 1010001 |
Color Harmonies of #C5DAD2
Complementary color
Monochromatic Colors of #C5DAD2
Black with #C5DAD2
Text Example
Text Example
White with #C5DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DAD2; }
p { color: rgb(197,218,210); }
H1.HeaderClassName
{
color: #C5DAD2;
}
.AnyTagClassName
{
color: #C5DAD2;
}
</style>
background-color css
<style>
a { background-color: #C5DAD2; }
a { background-color: rgb(197,218,210); }
div.DivClassName
{
background-color: #C5DAD2;
}
.BgClassName
{
background-color: #C5DAD2;
}
</style>
border-color css
<style>
span { border-color: #C5DAD2; }
span { border-color: rgb(197,218,210); }
td.TdClassName
{
border-color: #C5DAD2;
}
.TagClassName
{
border-color: #C5DAD2;
}
</style>