Shades of Iceberg #CCE1DB
Tints of Iceberg #CCE1DB
RGB
CMYK
RGB Variations
Color information
#CCE1DB (or 0xCCE1DB) is known color: Iceberg. HEX triplet: CC, E1 and DB. RGB value is (204,225,219). Sum of RGB (Red+Green+Blue) = 204+225+219=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1DB is #331E24. Grayscale: #DADADA. Windows color (decimal): -3350053 or 14410188. OLE color: 14410188.
HSL color Cylindrical-coordinate representation of color #CCE1DB: hue angle of 162.86º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCE1DB is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 219 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.12 |
| HSL | 162.86º | 0.26% | 0.84% | - |
| HSV(B) | 162.86º | 0.09% | 0.88% | - |
| XYZ | 64.61 | 71.8 | 77.47 | - |
| YUV | 218.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 219 | 0.09 | 0 | 0.03 | 0.12 | 162.86 | 0.26 | 0.84 |
| Hex | CC | E1 | DB | 9 | 0 | 3 | C | A3 | 1A | 54 |
| Octal | 314 | 341 | 333 | 11 | 0 | 3 | 14 | 243 | 32 | 124 |
| Binary | 11001100 | 11100001 | 11011011 | 1001 | 0 | 11 | 1100 | 10100011 | 11010 | 1010100 |
Color Harmonies of #CCE1DB
Complementary color
Monochromatic Colors of #CCE1DB
Black with #CCE1DB
Text Example
Text Example
White with #CCE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE1DB; }
p { color: rgb(204,225,219); }
H1.HeaderClassName
{
color: #CCE1DB;
}
.AnyTagClassName
{
color: #CCE1DB;
}
</style>
background-color css
<style>
a { background-color: #CCE1DB; }
a { background-color: rgb(204,225,219); }
div.DivClassName
{
background-color: #CCE1DB;
}
.BgClassName
{
background-color: #CCE1DB;
}
</style>
border-color css
<style>
span { border-color: #CCE1DB; }
span { border-color: rgb(204,225,219); }
td.TdClassName
{
border-color: #CCE1DB;
}
.TagClassName
{
border-color: #CCE1DB;
}
</style>