Shades of Iceberg #CFE2DB
Tints of Iceberg #CFE2DB
RGB
CMYK
RGB Variations
Color information
#CFE2DB (or 0xCFE2DB) is known color: Iceberg. HEX triplet: CF, E2 and DB. RGB value is (207,226,219). Sum of RGB (Red+Green+Blue) = 207+226+219=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE2DB is #301D24. Grayscale: #DBDBDB. Windows color (decimal): -3153189 or 14410447. OLE color: 14410447.
HSL color Cylindrical-coordinate representation of color #CFE2DB: hue angle of 157.89º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE2DB is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 219 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.11 |
| HSL | 157.89º | 0.25% | 0.85% | - |
| HSV(B) | 157.89º | 0.08% | 0.89% | - |
| XYZ | 65.71 | 72.77 | 77.6 | - |
| YUV | 219.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 219 | 0.08 | 0 | 0.03 | 0.11 | 157.89 | 0.25 | 0.85 |
| Hex | CF | E2 | DB | 8 | 0 | 3 | B | 9E | 19 | 55 |
| Octal | 317 | 342 | 333 | 10 | 0 | 3 | 13 | 236 | 31 | 125 |
| Binary | 11001111 | 11100010 | 11011011 | 1000 | 0 | 11 | 1011 | 10011110 | 11001 | 1010101 |
Color Harmonies of #CFE2DB
Complementary color
Monochromatic Colors of #CFE2DB
Black with #CFE2DB
Text Example
Text Example
White with #CFE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE2DB; }
p { color: rgb(207,226,219); }
H1.HeaderClassName
{
color: #CFE2DB;
}
.AnyTagClassName
{
color: #CFE2DB;
}
</style>
background-color css
<style>
a { background-color: #CFE2DB; }
a { background-color: rgb(207,226,219); }
div.DivClassName
{
background-color: #CFE2DB;
}
.BgClassName
{
background-color: #CFE2DB;
}
</style>
border-color css
<style>
span { border-color: #CFE2DB; }
span { border-color: rgb(207,226,219); }
td.TdClassName
{
border-color: #CFE2DB;
}
.TagClassName
{
border-color: #CFE2DB;
}
</style>