Shades of Iceberg #CCDDD9
Tints of Iceberg #CCDDD9
RGB
CMYK
RGB Variations
Color information
#CCDDD9 (or 0xCCDDD9) is known color: Iceberg. HEX triplet: CC, DD and D9. RGB value is (204,221,217). Sum of RGB (Red+Green+Blue) = 204+221+217=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDD9 is #332226. Grayscale: #D7D7D7. Windows color (decimal): -3351079 or 14278092. OLE color: 14278092.
HSL color Cylindrical-coordinate representation of color #CCDDD9: hue angle of 165.88º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDDD9 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 221 | 217 | - |
CMYK | 0.08 | 0 | 0.02 | 0.13 |
HSL | 165.88º | 0.2% | 0.83% | - |
HSV(B) | 165.88º | 0.08% | 0.87% | - |
XYZ | 63.28 | 69.56 | 75.74 | - |
YUV | 215.46 | 128.87 | 119.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 221 | 217 | 0.08 | 0 | 0.02 | 0.13 | 165.88 | 0.2 | 0.83 |
Hex | CC | DD | D9 | 8 | 0 | 2 | D | A6 | 14 | 53 |
Octal | 314 | 335 | 331 | 10 | 0 | 2 | 15 | 246 | 24 | 123 |
Binary | 11001100 | 11011101 | 11011001 | 1000 | 0 | 10 | 1101 | 10100110 | 10100 | 1010011 |
Color Harmonies of #CCDDD9
Complementary color
Monochromatic Colors of #CCDDD9
Black with #CCDDD9
Text Example
Text Example
White with #CCDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDD9; }
p { color: rgb(204,221,217); }
H1.HeaderClassName
{
color: #CCDDD9;
}
.AnyTagClassName
{
color: #CCDDD9;
}
</style>
background-color css
<style>
a { background-color: #CCDDD9; }
a { background-color: rgb(204,221,217); }
div.DivClassName
{
background-color: #CCDDD9;
}
.BgClassName
{
background-color: #CCDDD9;
}
</style>
border-color css
<style>
span { border-color: #CCDDD9; }
span { border-color: rgb(204,221,217); }
td.TdClassName
{
border-color: #CCDDD9;
}
.TagClassName
{
border-color: #CCDDD9;
}
</style>