Shades of Iceberg #CFE5DB
Tints of Iceberg #CFE5DB
RGB
CMYK
RGB Variations
Color information
#CFE5DB (or 0xCFE5DB) is known color: Iceberg. HEX triplet: CF, E5 and DB. RGB value is (207,229,219). Sum of RGB (Red+Green+Blue) = 207+229+219=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5DB is #301A24. Grayscale: #DDDDDD. Windows color (decimal): -3152421 or 14411215. OLE color: 14411215.
HSL color Cylindrical-coordinate representation of color #CFE5DB: hue angle of 152.73º 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 #CFE5DB is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 219 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.10 |
| HSL | 152.73º | 0.3% | 0.85% | - |
| HSV(B) | 152.73º | 0.1% | 0.9% | - |
| XYZ | 66.54 | 74.42 | 77.88 | - |
| YUV | 221.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 219 | 0.10 | 0 | 0.04 | 0.10 | 152.73 | 0.3 | 0.85 |
| Hex | CF | E5 | DB | A | 0 | 4 | A | 99 | 1E | 55 |
| Octal | 317 | 345 | 333 | 12 | 0 | 4 | 12 | 231 | 36 | 125 |
| Binary | 11001111 | 11100101 | 11011011 | 1010 | 0 | 100 | 1010 | 10011001 | 11110 | 1010101 |
Color Harmonies of #CFE5DB
Complementary color
Monochromatic Colors of #CFE5DB
Black with #CFE5DB
Text Example
Text Example
White with #CFE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE5DB; }
p { color: rgb(207,229,219); }
H1.HeaderClassName
{
color: #CFE5DB;
}
.AnyTagClassName
{
color: #CFE5DB;
}
</style>
background-color css
<style>
a { background-color: #CFE5DB; }
a { background-color: rgb(207,229,219); }
div.DivClassName
{
background-color: #CFE5DB;
}
.BgClassName
{
background-color: #CFE5DB;
}
</style>
border-color css
<style>
span { border-color: #CFE5DB; }
span { border-color: rgb(207,229,219); }
td.TdClassName
{
border-color: #CFE5DB;
}
.TagClassName
{
border-color: #CFE5DB;
}
</style>