Shades of Iceberg #CCDFD8
Tints of Iceberg #CCDFD8
RGB
CMYK
RGB Variations
Color information
#CCDFD8 (or 0xCCDFD8) is known color: Iceberg. HEX triplet: CC, DF and D8. RGB value is (204,223,216). Sum of RGB (Red+Green+Blue) = 204+223+216=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFD8 is #332027. Grayscale: #D8D8D8. Windows color (decimal): -3350568 or 14213068. OLE color: 14213068.
HSL color Cylindrical-coordinate representation of color #CCDFD8: hue angle of 157.89º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCDFD8 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 223 | 216 | - |
CMYK | 0.09 | 0 | 0.03 | 0.13 |
HSL | 157.89º | 0.23% | 0.84% | - |
HSV(B) | 157.89º | 0.09% | 0.87% | - |
XYZ | 63.68 | 70.57 | 75.23 | - |
YUV | 216.52 | 127.71 | 119.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 223 | 216 | 0.09 | 0 | 0.03 | 0.13 | 157.89 | 0.23 | 0.84 |
Hex | CC | DF | D8 | 9 | 0 | 3 | D | 9E | 17 | 54 |
Octal | 314 | 337 | 330 | 11 | 0 | 3 | 15 | 236 | 27 | 124 |
Binary | 11001100 | 11011111 | 11011000 | 1001 | 0 | 11 | 1101 | 10011110 | 10111 | 1010100 |
Color Harmonies of #CCDFD8
Complementary color
Monochromatic Colors of #CCDFD8
Black with #CCDFD8
Text Example
Text Example
White with #CCDFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFD8; }
p { color: rgb(204,223,216); }
H1.HeaderClassName
{
color: #CCDFD8;
}
.AnyTagClassName
{
color: #CCDFD8;
}
</style>
background-color css
<style>
a { background-color: #CCDFD8; }
a { background-color: rgb(204,223,216); }
div.DivClassName
{
background-color: #CCDFD8;
}
.BgClassName
{
background-color: #CCDFD8;
}
</style>
border-color css
<style>
span { border-color: #CCDFD8; }
span { border-color: rgb(204,223,216); }
td.TdClassName
{
border-color: #CCDFD8;
}
.TagClassName
{
border-color: #CCDFD8;
}
</style>