Shades of Iceberg #CFDCD7
Tints of Iceberg #CFDCD7
RGB
CMYK
RGB Variations
Color information
#CFDCD7 (or 0xCFDCD7) is known color: Iceberg. HEX triplet: CF, DC and D7. RGB value is (207,220,215). Sum of RGB (Red+Green+Blue) = 207+220+215=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCD7 is #302328. Grayscale: #D7D7D7. Windows color (decimal): -3154729 or 14146767. OLE color: 14146767.
HSL color Cylindrical-coordinate representation of color #CFDCD7: hue angle of 156.92º 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 #CFDCD7 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 215 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.14 |
| HSL | 156.92º | 0.16% | 0.84% | - |
| HSV(B) | 156.92º | 0.06% | 0.86% | - |
| XYZ | 63.59 | 69.36 | 74.33 | - |
| YUV | 215.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 215 | 0.06 | 0 | 0.02 | 0.14 | 156.92 | 0.16 | 0.84 |
| Hex | CF | DC | D7 | 6 | 0 | 2 | E | 9D | 10 | 54 |
| Octal | 317 | 334 | 327 | 6 | 0 | 2 | 16 | 235 | 20 | 124 |
| Binary | 11001111 | 11011100 | 11010111 | 110 | 0 | 10 | 1110 | 10011101 | 10000 | 1010100 |
Color Harmonies of #CFDCD7
Complementary color
Monochromatic Colors of #CFDCD7
Black with #CFDCD7
Text Example
Text Example
White with #CFDCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCD7; }
p { color: rgb(207,220,215); }
H1.HeaderClassName
{
color: #CFDCD7;
}
.AnyTagClassName
{
color: #CFDCD7;
}
</style>
background-color css
<style>
a { background-color: #CFDCD7; }
a { background-color: rgb(207,220,215); }
div.DivClassName
{
background-color: #CFDCD7;
}
.BgClassName
{
background-color: #CFDCD7;
}
</style>
border-color css
<style>
span { border-color: #CFDCD7; }
span { border-color: rgb(207,220,215); }
td.TdClassName
{
border-color: #CFDCD7;
}
.TagClassName
{
border-color: #CFDCD7;
}
</style>