Shades of Iceberg #C3DCD6
Tints of Iceberg #C3DCD6
RGB
CMYK
RGB Variations
Color information
#C3DCD6 (or 0xC3DCD6) is known color: Iceberg. HEX triplet: C3, DC and D6. RGB value is (195,220,214). Sum of RGB (Red+Green+Blue) = 195+220+214=629 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.00% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DCD6 is #3C2329. Grayscale: #D3D3D3. Windows color (decimal): -3941162 or 14081219. OLE color: 14081219.
HSL color Cylindrical-coordinate representation of color #C3DCD6: hue angle of 165.6º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3DCD6 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 220 | 214 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.14 |
| HSL | 165.6º | 0.26% | 0.81% | - |
| HSV(B) | 165.6º | 0.11% | 0.86% | - |
| XYZ | 60.24 | 67.64 | 73.5 | - |
| YUV | 211.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 214 | 0.11 | 0 | 0.03 | 0.14 | 165.6 | 0.26 | 0.81 |
| Hex | C3 | DC | D6 | B | 0 | 3 | E | A6 | 1A | 51 |
| Octal | 303 | 334 | 326 | 13 | 0 | 3 | 16 | 246 | 32 | 121 |
| Binary | 11000011 | 11011100 | 11010110 | 1011 | 0 | 11 | 1110 | 10100110 | 11010 | 1010001 |
Color Harmonies of #C3DCD6
Complementary color
Monochromatic Colors of #C3DCD6
Black with #C3DCD6
Text Example
Text Example
White with #C3DCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DCD6; }
p { color: rgb(195,220,214); }
H1.HeaderClassName
{
color: #C3DCD6;
}
.AnyTagClassName
{
color: #C3DCD6;
}
</style>
background-color css
<style>
a { background-color: #C3DCD6; }
a { background-color: rgb(195,220,214); }
div.DivClassName
{
background-color: #C3DCD6;
}
.BgClassName
{
background-color: #C3DCD6;
}
</style>
border-color css
<style>
span { border-color: #C3DCD6; }
span { border-color: rgb(195,220,214); }
td.TdClassName
{
border-color: #C3DCD6;
}
.TagClassName
{
border-color: #C3DCD6;
}
</style>