Shades of Iceberg #CCE2DA
Tints of Iceberg #CCE2DA
RGB
CMYK
RGB Variations
Color information
#CCE2DA (or 0xCCE2DA) is known color: Iceberg. HEX triplet: CC, E2 and DA. RGB value is (204,226,218). Sum of RGB (Red+Green+Blue) = 204+226+218=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2DA is #331D25. Grayscale: #DADADA. Windows color (decimal): -3349798 or 14344908. OLE color: 14344908.
HSL color Cylindrical-coordinate representation of color #CCE2DA: hue angle of 158.18º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCE2DA is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 218 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.11 |
| HSL | 158.18º | 0.28% | 0.84% | - |
| HSV(B) | 158.18º | 0.1% | 0.89% | - |
| XYZ | 64.75 | 72.29 | 76.87 | - |
| YUV | 218.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 218 | 0.10 | 0 | 0.04 | 0.11 | 158.18 | 0.28 | 0.84 |
| Hex | CC | E2 | DA | A | 0 | 4 | B | 9E | 1C | 54 |
| Octal | 314 | 342 | 332 | 12 | 0 | 4 | 13 | 236 | 34 | 124 |
| Binary | 11001100 | 11100010 | 11011010 | 1010 | 0 | 100 | 1011 | 10011110 | 11100 | 1010100 |
Color Harmonies of #CCE2DA
Complementary color
Monochromatic Colors of #CCE2DA
Black with #CCE2DA
Text Example
Text Example
White with #CCE2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE2DA; }
p { color: rgb(204,226,218); }
H1.HeaderClassName
{
color: #CCE2DA;
}
.AnyTagClassName
{
color: #CCE2DA;
}
</style>
background-color css
<style>
a { background-color: #CCE2DA; }
a { background-color: rgb(204,226,218); }
div.DivClassName
{
background-color: #CCE2DA;
}
.BgClassName
{
background-color: #CCE2DA;
}
</style>
border-color css
<style>
span { border-color: #CCE2DA; }
span { border-color: rgb(204,226,218); }
td.TdClassName
{
border-color: #CCE2DA;
}
.TagClassName
{
border-color: #CCE2DA;
}
</style>