Shades of Iceberg #CFE5DC
Tints of Iceberg #CFE5DC
RGB
CMYK
RGB Variations
Color information
#CFE5DC (or 0xCFE5DC) is known color: Iceberg. HEX triplet: CF, E5 and DC. RGB value is (207,229,220). Sum of RGB (Red+Green+Blue) = 207+229+220=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5DC is #301A23. Grayscale: #DDDDDD. Windows color (decimal): -3152420 or 14476751. OLE color: 14476751.
HSL color Cylindrical-coordinate representation of color #CFE5DC: hue angle of 155.45º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE5DC is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 220 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.10 |
| HSL | 155.45º | 0.3% | 0.85% | - |
| HSV(B) | 155.45º | 0.1% | 0.9% | - |
| XYZ | 66.67 | 74.47 | 78.57 | - |
| YUV | 221.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 220 | 0.10 | 0 | 0.04 | 0.10 | 155.45 | 0.3 | 0.85 |
| Hex | CF | E5 | DC | A | 0 | 4 | A | 9B | 1E | 55 |
| Octal | 317 | 345 | 334 | 12 | 0 | 4 | 12 | 233 | 36 | 125 |
| Binary | 11001111 | 11100101 | 11011100 | 1010 | 0 | 100 | 1010 | 10011011 | 11110 | 1010101 |
Color Harmonies of #CFE5DC
Complementary color
Monochromatic Colors of #CFE5DC
Black with #CFE5DC
Text Example
Text Example
White with #CFE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE5DC; }
p { color: rgb(207,229,220); }
H1.HeaderClassName
{
color: #CFE5DC;
}
.AnyTagClassName
{
color: #CFE5DC;
}
</style>
background-color css
<style>
a { background-color: #CFE5DC; }
a { background-color: rgb(207,229,220); }
div.DivClassName
{
background-color: #CFE5DC;
}
.BgClassName
{
background-color: #CFE5DC;
}
</style>
border-color css
<style>
span { border-color: #CFE5DC; }
span { border-color: rgb(207,229,220); }
td.TdClassName
{
border-color: #CFE5DC;
}
.TagClassName
{
border-color: #CFE5DC;
}
</style>