Shades of Iceberg #CCDCD8
Tints of Iceberg #CCDCD8
RGB
CMYK
RGB Variations
Color information
#CCDCD8 (or 0xCCDCD8) is known color: Iceberg. HEX triplet: CC, DC and D8. RGB value is (204,220,216). Sum of RGB (Red+Green+Blue) = 204+220+216=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 216 (84.77% from 255 or 33.75% from 640); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCD8 is #332327. Grayscale: #D6D6D6. Windows color (decimal): -3351336 or 14212300. OLE color: 14212300.
HSL color Cylindrical-coordinate representation of color #CCDCD8: hue angle of 165º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCDCD8 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 216 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.14 |
| HSL | 165º | 0.19% | 0.83% | - |
| HSV(B) | 165º | 0.07% | 0.86% | - |
| XYZ | 62.89 | 68.98 | 74.97 | - |
| YUV | 214.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 216 | 0.07 | 0 | 0.02 | 0.14 | 165 | 0.19 | 0.83 |
| Hex | CC | DC | D8 | 7 | 0 | 2 | E | A5 | 13 | 53 |
| Octal | 314 | 334 | 330 | 7 | 0 | 2 | 16 | 245 | 23 | 123 |
| Binary | 11001100 | 11011100 | 11011000 | 111 | 0 | 10 | 1110 | 10100101 | 10011 | 1010011 |
Color Harmonies of #CCDCD8
Complementary color
Monochromatic Colors of #CCDCD8
Black with #CCDCD8
Text Example
Text Example
White with #CCDCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCD8; }
p { color: rgb(204,220,216); }
H1.HeaderClassName
{
color: #CCDCD8;
}
.AnyTagClassName
{
color: #CCDCD8;
}
</style>
background-color css
<style>
a { background-color: #CCDCD8; }
a { background-color: rgb(204,220,216); }
div.DivClassName
{
background-color: #CCDCD8;
}
.BgClassName
{
background-color: #CCDCD8;
}
</style>
border-color css
<style>
span { border-color: #CCDCD8; }
span { border-color: rgb(204,220,216); }
td.TdClassName
{
border-color: #CCDCD8;
}
.TagClassName
{
border-color: #CCDCD8;
}
</style>