Shades of Iceberg #CFE4DC
Tints of Iceberg #CFE4DC
RGB
CMYK
RGB Variations
Color information
#CFE4DC (or 0xCFE4DC) is known color: Iceberg. HEX triplet: CF, E4 and DC. RGB value is (207,228,220). Sum of RGB (Red+Green+Blue) = 207+228+220=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4DC is #301B23. Grayscale: #DCDCDC. Windows color (decimal): -3152676 or 14476495. OLE color: 14476495.
HSL color Cylindrical-coordinate representation of color #CFE4DC: hue angle of 157.14º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFE4DC is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 220 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.11 |
| HSL | 157.14º | 0.28% | 0.85% | - |
| HSV(B) | 157.14º | 0.09% | 0.89% | - |
| XYZ | 66.39 | 73.92 | 78.48 | - |
| YUV | 220.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 220 | 0.09 | 0 | 0.04 | 0.11 | 157.14 | 0.28 | 0.85 |
| Hex | CF | E4 | DC | 9 | 0 | 4 | B | 9D | 1C | 55 |
| Octal | 317 | 344 | 334 | 11 | 0 | 4 | 13 | 235 | 34 | 125 |
| Binary | 11001111 | 11100100 | 11011100 | 1001 | 0 | 100 | 1011 | 10011101 | 11100 | 1010101 |
Color Harmonies of #CFE4DC
Complementary color
Monochromatic Colors of #CFE4DC
Black with #CFE4DC
Text Example
Text Example
White with #CFE4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE4DC; }
p { color: rgb(207,228,220); }
H1.HeaderClassName
{
color: #CFE4DC;
}
.AnyTagClassName
{
color: #CFE4DC;
}
</style>
background-color css
<style>
a { background-color: #CFE4DC; }
a { background-color: rgb(207,228,220); }
div.DivClassName
{
background-color: #CFE4DC;
}
.BgClassName
{
background-color: #CFE4DC;
}
</style>
border-color css
<style>
span { border-color: #CFE4DC; }
span { border-color: rgb(207,228,220); }
td.TdClassName
{
border-color: #CFE4DC;
}
.TagClassName
{
border-color: #CFE4DC;
}
</style>