Shades of Iceberg #CFDCD9
Tints of Iceberg #CFDCD9
RGB
CMYK
RGB Variations
Color information
#CFDCD9 (or 0xCFDCD9) is known color: Iceberg. HEX triplet: CF, DC and D9. RGB value is (207,220,217). Sum of RGB (Red+Green+Blue) = 207+220+217=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCD9 is #302326. Grayscale: #D7D7D7. Windows color (decimal): -3154727 or 14277839. OLE color: 14277839.
HSL color Cylindrical-coordinate representation of color #CFDCD9: hue angle of 166.15º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFDCD9 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 217 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.14 |
| HSL | 166.15º | 0.16% | 0.84% | - |
| HSV(B) | 166.15º | 0.06% | 0.86% | - |
| XYZ | 63.85 | 69.46 | 75.69 | - |
| YUV | 215.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 217 | 0.06 | 0 | 0.01 | 0.14 | 166.15 | 0.16 | 0.84 |
| Hex | CF | DC | D9 | 6 | 0 | 1 | E | A6 | 10 | 54 |
| Octal | 317 | 334 | 331 | 6 | 0 | 1 | 16 | 246 | 20 | 124 |
| Binary | 11001111 | 11011100 | 11011001 | 110 | 0 | 1 | 1110 | 10100110 | 10000 | 1010100 |
Color Harmonies of #CFDCD9
Complementary color
Monochromatic Colors of #CFDCD9
Black with #CFDCD9
Text Example
Text Example
White with #CFDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCD9; }
p { color: rgb(207,220,217); }
H1.HeaderClassName
{
color: #CFDCD9;
}
.AnyTagClassName
{
color: #CFDCD9;
}
</style>
background-color css
<style>
a { background-color: #CFDCD9; }
a { background-color: rgb(207,220,217); }
div.DivClassName
{
background-color: #CFDCD9;
}
.BgClassName
{
background-color: #CFDCD9;
}
</style>
border-color css
<style>
span { border-color: #CFDCD9; }
span { border-color: rgb(207,220,217); }
td.TdClassName
{
border-color: #CFDCD9;
}
.TagClassName
{
border-color: #CFDCD9;
}
</style>