Shades of Iceberg #C6DCD3
Tints of Iceberg #C6DCD3
RGB
CMYK
RGB Variations
Color information
#C6DCD3 (or 0xC6DCD3) is known color: Iceberg. HEX triplet: C6, DC and D3. RGB value is (198,220,211). Sum of RGB (Red+Green+Blue) = 198+220+211=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 211 (82.81% from 255 or 33.55% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCD3 is #39232C. Grayscale: #D4D4D4. Windows color (decimal): -3744557 or 13884614. OLE color: 13884614.
HSL color Cylindrical-coordinate representation of color #C6DCD3: hue angle of 155.45º 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 #C6DCD3 is Cyan = 0.1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 211 | - |
| CMYK | 0.1 | 0 | 0.04 | 0.14 |
| HSL | 155.45º | 0.24% | 0.82% | - |
| HSV(B) | 155.45º | 0.1% | 0.86% | - |
| XYZ | 60.64 | 67.9 | 71.54 | - |
| YUV | 212.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 211 | 0.1 | 0 | 0.04 | 0.14 | 155.45 | 0.24 | 0.82 |
| Hex | C6 | DC | D3 | A | 0 | 4 | E | 9B | 18 | 52 |
| Octal | 306 | 334 | 323 | 12 | 0 | 4 | 16 | 233 | 30 | 122 |
| Binary | 11000110 | 11011100 | 11010011 | 1010 | 0 | 100 | 1110 | 10011011 | 11000 | 1010010 |
Color Harmonies of #C6DCD3
Complementary color
Monochromatic Colors of #C6DCD3
Black with #C6DCD3
Text Example
Text Example
White with #C6DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DCD3; }
p { color: rgb(198,220,211); }
H1.HeaderClassName
{
color: #C6DCD3;
}
.AnyTagClassName
{
color: #C6DCD3;
}
</style>
background-color css
<style>
a { background-color: #C6DCD3; }
a { background-color: rgb(198,220,211); }
div.DivClassName
{
background-color: #C6DCD3;
}
.BgClassName
{
background-color: #C6DCD3;
}
</style>
border-color css
<style>
span { border-color: #C6DCD3; }
span { border-color: rgb(198,220,211); }
td.TdClassName
{
border-color: #C6DCD3;
}
.TagClassName
{
border-color: #C6DCD3;
}
</style>