Shades of Iceberg #CCDCD4
Tints of Iceberg #CCDCD4
RGB
CMYK
RGB Variations
Color information
#CCDCD4 (or 0xCCDCD4) is known color: Iceberg. HEX triplet: CC, DC and D4. RGB value is (204,220,212). Sum of RGB (Red+Green+Blue) = 204+220+212=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCD4 is #33232B. Grayscale: #D6D6D6. Windows color (decimal): -3351340 or 13950156. OLE color: 13950156.
HSL color Cylindrical-coordinate representation of color #CCDCD4: hue angle of 150º 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 #CCDCD4 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 212 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.14 |
| HSL | 150º | 0.19% | 0.83% | - |
| HSV(B) | 150º | 0.07% | 0.86% | - |
| XYZ | 62.38 | 68.78 | 72.27 | - |
| YUV | 214.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 212 | 0.07 | 0 | 0.04 | 0.14 | 150 | 0.19 | 0.83 |
| Hex | CC | DC | D4 | 7 | 0 | 4 | E | 96 | 13 | 53 |
| Octal | 314 | 334 | 324 | 7 | 0 | 4 | 16 | 226 | 23 | 123 |
| Binary | 11001100 | 11011100 | 11010100 | 111 | 0 | 100 | 1110 | 10010110 | 10011 | 1010011 |
Color Harmonies of #CCDCD4
Complementary color
Monochromatic Colors of #CCDCD4
Black with #CCDCD4
Text Example
Text Example
White with #CCDCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCD4; }
p { color: rgb(204,220,212); }
H1.HeaderClassName
{
color: #CCDCD4;
}
.AnyTagClassName
{
color: #CCDCD4;
}
</style>
background-color css
<style>
a { background-color: #CCDCD4; }
a { background-color: rgb(204,220,212); }
div.DivClassName
{
background-color: #CCDCD4;
}
.BgClassName
{
background-color: #CCDCD4;
}
</style>
border-color css
<style>
span { border-color: #CCDCD4; }
span { border-color: rgb(204,220,212); }
td.TdClassName
{
border-color: #CCDCD4;
}
.TagClassName
{
border-color: #CCDCD4;
}
</style>