Shades of Iceberg #CFDDD8
Tints of Iceberg #CFDDD8
RGB
CMYK
RGB Variations
Color information
#CFDDD8 (or 0xCFDDD8) is known color: Iceberg. HEX triplet: CF, DD and D8. RGB value is (207,221,216). Sum of RGB (Red+Green+Blue) = 207+221+216=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDD8 is #302227. Grayscale: #D8D8D8. Windows color (decimal): -3154472 or 14212559. OLE color: 14212559.
HSL color Cylindrical-coordinate representation of color #CFDDD8: hue angle of 158.57º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFDDD8 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 216 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.13 |
| HSL | 158.57º | 0.17% | 0.84% | - |
| HSV(B) | 158.57º | 0.06% | 0.87% | - |
| XYZ | 63.98 | 69.94 | 75.09 | - |
| YUV | 216.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 216 | 0.06 | 0 | 0.02 | 0.13 | 158.57 | 0.17 | 0.84 |
| Hex | CF | DD | D8 | 6 | 0 | 2 | D | 9F | 11 | 54 |
| Octal | 317 | 335 | 330 | 6 | 0 | 2 | 15 | 237 | 21 | 124 |
| Binary | 11001111 | 11011101 | 11011000 | 110 | 0 | 10 | 1101 | 10011111 | 10001 | 1010100 |
Color Harmonies of #CFDDD8
Complementary color
Monochromatic Colors of #CFDDD8
Black with #CFDDD8
Text Example
Text Example
White with #CFDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDD8; }
p { color: rgb(207,221,216); }
H1.HeaderClassName
{
color: #CFDDD8;
}
.AnyTagClassName
{
color: #CFDDD8;
}
</style>
background-color css
<style>
a { background-color: #CFDDD8; }
a { background-color: rgb(207,221,216); }
div.DivClassName
{
background-color: #CFDDD8;
}
.BgClassName
{
background-color: #CFDDD8;
}
</style>
border-color css
<style>
span { border-color: #CFDDD8; }
span { border-color: rgb(207,221,216); }
td.TdClassName
{
border-color: #CFDDD8;
}
.TagClassName
{
border-color: #CFDDD8;
}
</style>