Shades of Iceberg #CFE0D8
Tints of Iceberg #CFE0D8
RGB
CMYK
RGB Variations
Color information
#CFE0D8 (or 0xCFE0D8) is known color: Iceberg. HEX triplet: CF, E0 and D8. RGB value is (207,224,216). Sum of RGB (Red+Green+Blue) = 207+224+216=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 216 (84.77% from 255 or 33.38% from 647); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0D8 is #301F27. Grayscale: #DADADA. Windows color (decimal): -3153704 or 14213327. OLE color: 14213327.
HSL color Cylindrical-coordinate representation of color #CFE0D8: hue angle of 151.76º 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 #CFE0D8 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 216 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.12 |
| HSL | 151.76º | 0.22% | 0.85% | - |
| HSV(B) | 151.76º | 0.08% | 0.88% | - |
| XYZ | 64.78 | 71.53 | 75.36 | - |
| YUV | 218.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 216 | 0.08 | 0 | 0.04 | 0.12 | 151.76 | 0.22 | 0.85 |
| Hex | CF | E0 | D8 | 8 | 0 | 4 | C | 98 | 16 | 55 |
| Octal | 317 | 340 | 330 | 10 | 0 | 4 | 14 | 230 | 26 | 125 |
| Binary | 11001111 | 11100000 | 11011000 | 1000 | 0 | 100 | 1100 | 10011000 | 10110 | 1010101 |
Color Harmonies of #CFE0D8
Complementary color
Monochromatic Colors of #CFE0D8
Black with #CFE0D8
Text Example
Text Example
White with #CFE0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0D8; }
p { color: rgb(207,224,216); }
H1.HeaderClassName
{
color: #CFE0D8;
}
.AnyTagClassName
{
color: #CFE0D8;
}
</style>
background-color css
<style>
a { background-color: #CFE0D8; }
a { background-color: rgb(207,224,216); }
div.DivClassName
{
background-color: #CFE0D8;
}
.BgClassName
{
background-color: #CFE0D8;
}
</style>
border-color css
<style>
span { border-color: #CFE0D8; }
span { border-color: rgb(207,224,216); }
td.TdClassName
{
border-color: #CFE0D8;
}
.TagClassName
{
border-color: #CFE0D8;
}
</style>