Shades of Iceberg #CCDCD7
Tints of Iceberg #CCDCD7
RGB
CMYK
RGB Variations
Color information
#CCDCD7 (or 0xCCDCD7) is known color: Iceberg. HEX triplet: CC, DC and D7. RGB value is (204,220,215). Sum of RGB (Red+Green+Blue) = 204+220+215=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCD7 is #332328. Grayscale: #D6D6D6. Windows color (decimal): -3351337 or 14146764. OLE color: 14146764.
HSL color Cylindrical-coordinate representation of color #CCDCD7: hue angle of 161.25º 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 #CCDCD7 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 220 | 215 | - |
CMYK | 0.07 | 0 | 0.02 | 0.14 |
HSL | 161.25º | 0.19% | 0.83% | - |
HSV(B) | 161.25º | 0.07% | 0.86% | - |
XYZ | 62.76 | 68.93 | 74.29 | - |
YUV | 214.65 | 128.2 | 120.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 220 | 215 | 0.07 | 0 | 0.02 | 0.14 | 161.25 | 0.19 | 0.83 |
Hex | CC | DC | D7 | 7 | 0 | 2 | E | A1 | 13 | 53 |
Octal | 314 | 334 | 327 | 7 | 0 | 2 | 16 | 241 | 23 | 123 |
Binary | 11001100 | 11011100 | 11010111 | 111 | 0 | 10 | 1110 | 10100001 | 10011 | 1010011 |
Color Harmonies of #CCDCD7
Complementary color
Monochromatic Colors of #CCDCD7
Black with #CCDCD7
Text Example
Text Example
White with #CCDCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCD7; }
p { color: rgb(204,220,215); }
H1.HeaderClassName
{
color: #CCDCD7;
}
.AnyTagClassName
{
color: #CCDCD7;
}
</style>
background-color css
<style>
a { background-color: #CCDCD7; }
a { background-color: rgb(204,220,215); }
div.DivClassName
{
background-color: #CCDCD7;
}
.BgClassName
{
background-color: #CCDCD7;
}
</style>
border-color css
<style>
span { border-color: #CCDCD7; }
span { border-color: rgb(204,220,215); }
td.TdClassName
{
border-color: #CCDCD7;
}
.TagClassName
{
border-color: #CCDCD7;
}
</style>