Shades of Iceberg #CCDCD6
Tints of Iceberg #CCDCD6
RGB
CMYK
RGB Variations
Color information
#CCDCD6 (or 0xCCDCD6) is known color: Iceberg. HEX triplet: CC, DC and D6. RGB value is (204,220,214). Sum of RGB (Red+Green+Blue) = 204+220+214=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCD6 is #332329. Grayscale: #D6D6D6. Windows color (decimal): -3351338 or 14081228. OLE color: 14081228.
HSL color Cylindrical-coordinate representation of color #CCDCD6: hue angle of 157.5º 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 #CCDCD6 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 220 | 214 | - |
CMYK | 0.07 | 0 | 0.03 | 0.14 |
HSL | 157.5º | 0.19% | 0.83% | - |
HSV(B) | 157.5º | 0.07% | 0.86% | - |
XYZ | 62.63 | 68.88 | 73.61 | - |
YUV | 214.53 | 127.7 | 120.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 220 | 214 | 0.07 | 0 | 0.03 | 0.14 | 157.5 | 0.19 | 0.83 |
Hex | CC | DC | D6 | 7 | 0 | 3 | E | 9E | 13 | 53 |
Octal | 314 | 334 | 326 | 7 | 0 | 3 | 16 | 236 | 23 | 123 |
Binary | 11001100 | 11011100 | 11010110 | 111 | 0 | 11 | 1110 | 10011110 | 10011 | 1010011 |
Color Harmonies of #CCDCD6
Complementary color
Monochromatic Colors of #CCDCD6
Black with #CCDCD6
Text Example
Text Example
White with #CCDCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCD6; }
p { color: rgb(204,220,214); }
H1.HeaderClassName
{
color: #CCDCD6;
}
.AnyTagClassName
{
color: #CCDCD6;
}
</style>
background-color css
<style>
a { background-color: #CCDCD6; }
a { background-color: rgb(204,220,214); }
div.DivClassName
{
background-color: #CCDCD6;
}
.BgClassName
{
background-color: #CCDCD6;
}
</style>
border-color css
<style>
span { border-color: #CCDCD6; }
span { border-color: rgb(204,220,214); }
td.TdClassName
{
border-color: #CCDCD6;
}
.TagClassName
{
border-color: #CCDCD6;
}
</style>