Shades of Iceberg #CFE6DC
Tints of Iceberg #CFE6DC
RGB
CMYK
RGB Variations
Color information
#CFE6DC (or 0xCFE6DC) is known color: Iceberg. HEX triplet: CF, E6 and DC. RGB value is (207,230,220). Sum of RGB (Red+Green+Blue) = 207+230+220=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6DC is #301923. Grayscale: #DDDDDD. Windows color (decimal): -3152164 or 14477007. OLE color: 14477007.
HSL color Cylindrical-coordinate representation of color #CFE6DC: hue angle of 153.91º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE6DC is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 220 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.10 |
| HSL | 153.91º | 0.32% | 0.86% | - |
| HSV(B) | 153.91º | 0.1% | 0.9% | - |
| XYZ | 66.95 | 75.03 | 78.66 | - |
| YUV | 221.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 220 | 0.10 | 0 | 0.04 | 0.10 | 153.91 | 0.32 | 0.86 |
| Hex | CF | E6 | DC | A | 0 | 4 | A | 9A | 20 | 56 |
| Octal | 317 | 346 | 334 | 12 | 0 | 4 | 12 | 232 | 40 | 126 |
| Binary | 11001111 | 11100110 | 11011100 | 1010 | 0 | 100 | 1010 | 10011010 | 100000 | 1010110 |
Color Harmonies of #CFE6DC
Complementary color
Monochromatic Colors of #CFE6DC
Black with #CFE6DC
Text Example
Text Example
White with #CFE6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE6DC; }
p { color: rgb(207,230,220); }
H1.HeaderClassName
{
color: #CFE6DC;
}
.AnyTagClassName
{
color: #CFE6DC;
}
</style>
background-color css
<style>
a { background-color: #CFE6DC; }
a { background-color: rgb(207,230,220); }
div.DivClassName
{
background-color: #CFE6DC;
}
.BgClassName
{
background-color: #CFE6DC;
}
</style>
border-color css
<style>
span { border-color: #CFE6DC; }
span { border-color: rgb(207,230,220); }
td.TdClassName
{
border-color: #CFE6DC;
}
.TagClassName
{
border-color: #CFE6DC;
}
</style>