Shades of Iceberg #C6DCD7
Tints of Iceberg #C6DCD7
RGB
CMYK
RGB Variations
Color information
#C6DCD7 (or 0xC6DCD7) is known color: Iceberg. HEX triplet: C6, DC and D7. RGB value is (198,220,215). Sum of RGB (Red+Green+Blue) = 198+220+215=633 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.28% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCD7 is #392328. Grayscale: #D4D4D4. Windows color (decimal): -3744553 or 14146758. OLE color: 14146758.
HSL color Cylindrical-coordinate representation of color #C6DCD7: hue angle of 166.36º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6DCD7 is Cyan = 0.1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 215 | - |
| CMYK | 0.1 | 0 | 0.02 | 0.14 |
| HSL | 166.36º | 0.24% | 0.82% | - |
| HSV(B) | 166.36º | 0.1% | 0.86% | - |
| XYZ | 61.15 | 68.1 | 74.21 | - |
| YUV | 212.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 215 | 0.1 | 0 | 0.02 | 0.14 | 166.36 | 0.24 | 0.82 |
| Hex | C6 | DC | D7 | A | 0 | 2 | E | A6 | 18 | 52 |
| Octal | 306 | 334 | 327 | 12 | 0 | 2 | 16 | 246 | 30 | 122 |
| Binary | 11000110 | 11011100 | 11010111 | 1010 | 0 | 10 | 1110 | 10100110 | 11000 | 1010010 |
Color Harmonies of #C6DCD7
Complementary color
Monochromatic Colors of #C6DCD7
Black with #C6DCD7
Text Example
Text Example
White with #C6DCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DCD7; }
p { color: rgb(198,220,215); }
H1.HeaderClassName
{
color: #C6DCD7;
}
.AnyTagClassName
{
color: #C6DCD7;
}
</style>
background-color css
<style>
a { background-color: #C6DCD7; }
a { background-color: rgb(198,220,215); }
div.DivClassName
{
background-color: #C6DCD7;
}
.BgClassName
{
background-color: #C6DCD7;
}
</style>
border-color css
<style>
span { border-color: #C6DCD7; }
span { border-color: rgb(198,220,215); }
td.TdClassName
{
border-color: #C6DCD7;
}
.TagClassName
{
border-color: #C6DCD7;
}
</style>