Shades of Iceberg #CFE4DD
Tints of Iceberg #CFE4DD
RGB
CMYK
RGB Variations
Color information
#CFE4DD (or 0xCFE4DD) is known color: Iceberg. HEX triplet: CF, E4 and DD. RGB value is (207,228,221). Sum of RGB (Red+Green+Blue) = 207+228+221=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4DD is #301B22. Grayscale: #DCDCDC. Windows color (decimal): -3152675 or 14542031. OLE color: 14542031.
HSL color Cylindrical-coordinate representation of color #CFE4DD: hue angle of 160º 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 #CFE4DD is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 221 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.11 |
| HSL | 160º | 0.28% | 0.85% | - |
| HSV(B) | 160º | 0.09% | 0.89% | - |
| XYZ | 66.53 | 73.97 | 79.18 | - |
| YUV | 220.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 221 | 0.09 | 0 | 0.03 | 0.11 | 160 | 0.28 | 0.85 |
| Hex | CF | E4 | DD | 9 | 0 | 3 | B | A0 | 1C | 55 |
| Octal | 317 | 344 | 335 | 11 | 0 | 3 | 13 | 240 | 34 | 125 |
| Binary | 11001111 | 11100100 | 11011101 | 1001 | 0 | 11 | 1011 | 10100000 | 11100 | 1010101 |
Color Harmonies of #CFE4DD
Complementary color
Monochromatic Colors of #CFE4DD
Black with #CFE4DD
Text Example
Text Example
White with #CFE4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE4DD; }
p { color: rgb(207,228,221); }
H1.HeaderClassName
{
color: #CFE4DD;
}
.AnyTagClassName
{
color: #CFE4DD;
}
</style>
background-color css
<style>
a { background-color: #CFE4DD; }
a { background-color: rgb(207,228,221); }
div.DivClassName
{
background-color: #CFE4DD;
}
.BgClassName
{
background-color: #CFE4DD;
}
</style>
border-color css
<style>
span { border-color: #CFE4DD; }
span { border-color: rgb(207,228,221); }
td.TdClassName
{
border-color: #CFE4DD;
}
.TagClassName
{
border-color: #CFE4DD;
}
</style>