Shades of Iceberg #CFE0DC
Tints of Iceberg #CFE0DC
RGB
CMYK
RGB Variations
Color information
#CFE0DC (or 0xCFE0DC) is known color: Iceberg. HEX triplet: CF, E0 and DC. RGB value is (207,224,220). Sum of RGB (Red+Green+Blue) = 207+224+220=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0DC is #301F23. Grayscale: #DADADA. Windows color (decimal): -3153700 or 14475471. OLE color: 14475471.
HSL color Cylindrical-coordinate representation of color #CFE0DC: hue angle of 165.88º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE0DC is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 220 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.12 |
| HSL | 165.88º | 0.22% | 0.85% | - |
| HSV(B) | 165.88º | 0.08% | 0.88% | - |
| XYZ | 65.31 | 71.74 | 78.12 | - |
| YUV | 218.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 220 | 0.08 | 0 | 0.02 | 0.12 | 165.88 | 0.22 | 0.85 |
| Hex | CF | E0 | DC | 8 | 0 | 2 | C | A6 | 16 | 55 |
| Octal | 317 | 340 | 334 | 10 | 0 | 2 | 14 | 246 | 26 | 125 |
| Binary | 11001111 | 11100000 | 11011100 | 1000 | 0 | 10 | 1100 | 10100110 | 10110 | 1010101 |
Color Harmonies of #CFE0DC
Complementary color
Monochromatic Colors of #CFE0DC
Black with #CFE0DC
Text Example
Text Example
White with #CFE0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0DC; }
p { color: rgb(207,224,220); }
H1.HeaderClassName
{
color: #CFE0DC;
}
.AnyTagClassName
{
color: #CFE0DC;
}
</style>
background-color css
<style>
a { background-color: #CFE0DC; }
a { background-color: rgb(207,224,220); }
div.DivClassName
{
background-color: #CFE0DC;
}
.BgClassName
{
background-color: #CFE0DC;
}
</style>
border-color css
<style>
span { border-color: #CFE0DC; }
span { border-color: rgb(207,224,220); }
td.TdClassName
{
border-color: #CFE0DC;
}
.TagClassName
{
border-color: #CFE0DC;
}
</style>