Shades of Iceberg #CFE4DE
Tints of Iceberg #CFE4DE
RGB
CMYK
RGB Variations
Color information
#CFE4DE (or 0xCFE4DE) is known color: Iceberg. HEX triplet: CF, E4 and DE. RGB value is (207,228,222). Sum of RGB (Red+Green+Blue) = 207+228+222=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4DE is #301B21. Grayscale: #DDDDDD. Windows color (decimal): -3152674 or 14607567. OLE color: 14607567.
HSL color Cylindrical-coordinate representation of color #CFE4DE: hue angle of 162.86º 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 #CFE4DE is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 222 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.11 |
| HSL | 162.86º | 0.28% | 0.85% | - |
| HSV(B) | 162.86º | 0.09% | 0.89% | - |
| XYZ | 66.66 | 74.03 | 79.88 | - |
| YUV | 221.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 222 | 0.09 | 0 | 0.03 | 0.11 | 162.86 | 0.28 | 0.85 |
| Hex | CF | E4 | DE | 9 | 0 | 3 | B | A3 | 1C | 55 |
| Octal | 317 | 344 | 336 | 11 | 0 | 3 | 13 | 243 | 34 | 125 |
| Binary | 11001111 | 11100100 | 11011110 | 1001 | 0 | 11 | 1011 | 10100011 | 11100 | 1010101 |
Color Harmonies of #CFE4DE
Complementary color
Monochromatic Colors of #CFE4DE
Black with #CFE4DE
Text Example
Text Example
White with #CFE4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE4DE; }
p { color: rgb(207,228,222); }
H1.HeaderClassName
{
color: #CFE4DE;
}
.AnyTagClassName
{
color: #CFE4DE;
}
</style>
background-color css
<style>
a { background-color: #CFE4DE; }
a { background-color: rgb(207,228,222); }
div.DivClassName
{
background-color: #CFE4DE;
}
.BgClassName
{
background-color: #CFE4DE;
}
</style>
border-color css
<style>
span { border-color: #CFE4DE; }
span { border-color: rgb(207,228,222); }
td.TdClassName
{
border-color: #CFE4DE;
}
.TagClassName
{
border-color: #CFE4DE;
}
</style>