Shades of Iceberg #CCDDD7
Tints of Iceberg #CCDDD7
RGB
CMYK
RGB Variations
Color information
#CCDDD7 (or 0xCCDDD7) is known color: Iceberg. HEX triplet: CC, DD and D7. RGB value is (204,221,215). Sum of RGB (Red+Green+Blue) = 204+221+215=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDD7 is #332228. Grayscale: #D7D7D7. Windows color (decimal): -3351081 or 14147020. OLE color: 14147020.
HSL color Cylindrical-coordinate representation of color #CCDDD7: hue angle of 158.82º 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 #CCDDD7 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 221 | 215 | - |
CMYK | 0.08 | 0 | 0.03 | 0.13 |
HSL | 158.82º | 0.2% | 0.83% | - |
HSV(B) | 158.82º | 0.08% | 0.87% | - |
XYZ | 63.02 | 69.46 | 74.37 | - |
YUV | 215.23 | 127.87 | 119.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 221 | 215 | 0.08 | 0 | 0.03 | 0.13 | 158.82 | 0.2 | 0.83 |
Hex | CC | DD | D7 | 8 | 0 | 3 | D | 9F | 14 | 53 |
Octal | 314 | 335 | 327 | 10 | 0 | 3 | 15 | 237 | 24 | 123 |
Binary | 11001100 | 11011101 | 11010111 | 1000 | 0 | 11 | 1101 | 10011111 | 10100 | 1010011 |
Color Harmonies of #CCDDD7
Complementary color
Monochromatic Colors of #CCDDD7
Black with #CCDDD7
Text Example
Text Example
White with #CCDDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDD7; }
p { color: rgb(204,221,215); }
H1.HeaderClassName
{
color: #CCDDD7;
}
.AnyTagClassName
{
color: #CCDDD7;
}
</style>
background-color css
<style>
a { background-color: #CCDDD7; }
a { background-color: rgb(204,221,215); }
div.DivClassName
{
background-color: #CCDDD7;
}
.BgClassName
{
background-color: #CCDDD7;
}
</style>
border-color css
<style>
span { border-color: #CCDDD7; }
span { border-color: rgb(204,221,215); }
td.TdClassName
{
border-color: #CCDDD7;
}
.TagClassName
{
border-color: #CCDDD7;
}
</style>