Shades of Iceberg #CFE0D9
Tints of Iceberg #CFE0D9
RGB
CMYK
RGB Variations
Color information
#CFE0D9 (or 0xCFE0D9) is known color: Iceberg. HEX triplet: CF, E0 and D9. RGB value is (207,224,217). Sum of RGB (Red+Green+Blue) = 207+224+217=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0D9 is #301F26. Grayscale: #DADADA. Windows color (decimal): -3153703 or 14278863. OLE color: 14278863.
HSL color Cylindrical-coordinate representation of color #CFE0D9: hue angle of 155.29º 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 #CFE0D9 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 217 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.12 |
| HSL | 155.29º | 0.22% | 0.85% | - |
| HSV(B) | 155.29º | 0.08% | 0.88% | - |
| XYZ | 64.91 | 71.59 | 76.04 | - |
| YUV | 218.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 217 | 0.08 | 0 | 0.03 | 0.12 | 155.29 | 0.22 | 0.85 |
| Hex | CF | E0 | D9 | 8 | 0 | 3 | C | 9B | 16 | 55 |
| Octal | 317 | 340 | 331 | 10 | 0 | 3 | 14 | 233 | 26 | 125 |
| Binary | 11001111 | 11100000 | 11011001 | 1000 | 0 | 11 | 1100 | 10011011 | 10110 | 1010101 |
Color Harmonies of #CFE0D9
Complementary color
Monochromatic Colors of #CFE0D9
Black with #CFE0D9
Text Example
Text Example
White with #CFE0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0D9; }
p { color: rgb(207,224,217); }
H1.HeaderClassName
{
color: #CFE0D9;
}
.AnyTagClassName
{
color: #CFE0D9;
}
</style>
background-color css
<style>
a { background-color: #CFE0D9; }
a { background-color: rgb(207,224,217); }
div.DivClassName
{
background-color: #CFE0D9;
}
.BgClassName
{
background-color: #CFE0D9;
}
</style>
border-color css
<style>
span { border-color: #CFE0D9; }
span { border-color: rgb(207,224,217); }
td.TdClassName
{
border-color: #CFE0D9;
}
.TagClassName
{
border-color: #CFE0D9;
}
</style>