Shades of Iceberg #CCDCD5
Tints of Iceberg #CCDCD5
RGB
CMYK
RGB Variations
Color information
#CCDCD5 (or 0xCCDCD5) is known color: Iceberg. HEX triplet: CC, DC and D5. RGB value is (204,220,213). Sum of RGB (Red+Green+Blue) = 204+220+213=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCD5 is #33232A. Grayscale: #D6D6D6. Windows color (decimal): -3351339 or 14015692. OLE color: 14015692.
HSL color Cylindrical-coordinate representation of color #CCDCD5: hue angle of 153.75º 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 #CCDCD5 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 220 | 213 | - |
CMYK | 0.07 | 0 | 0.03 | 0.14 |
HSL | 153.75º | 0.19% | 0.83% | - |
HSV(B) | 153.75º | 0.07% | 0.86% | - |
XYZ | 62.51 | 68.83 | 72.94 | - |
YUV | 214.42 | 127.2 | 120.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 220 | 213 | 0.07 | 0 | 0.03 | 0.14 | 153.75 | 0.19 | 0.83 |
Hex | CC | DC | D5 | 7 | 0 | 3 | E | 9A | 13 | 53 |
Octal | 314 | 334 | 325 | 7 | 0 | 3 | 16 | 232 | 23 | 123 |
Binary | 11001100 | 11011100 | 11010101 | 111 | 0 | 11 | 1110 | 10011010 | 10011 | 1010011 |
Color Harmonies of #CCDCD5
Complementary color
Monochromatic Colors of #CCDCD5
Black with #CCDCD5
Text Example
Text Example
White with #CCDCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCD5; }
p { color: rgb(204,220,213); }
H1.HeaderClassName
{
color: #CCDCD5;
}
.AnyTagClassName
{
color: #CCDCD5;
}
</style>
background-color css
<style>
a { background-color: #CCDCD5; }
a { background-color: rgb(204,220,213); }
div.DivClassName
{
background-color: #CCDCD5;
}
.BgClassName
{
background-color: #CCDCD5;
}
</style>
border-color css
<style>
span { border-color: #CCDCD5; }
span { border-color: rgb(204,220,213); }
td.TdClassName
{
border-color: #CCDCD5;
}
.TagClassName
{
border-color: #CCDCD5;
}
</style>