Shades of Iceberg #CDE2DC
Tints of Iceberg #CDE2DC
RGB
CMYK
RGB Variations
Color information
#CDE2DC (or 0xCDE2DC) is known color: Iceberg. HEX triplet: CD, E2 and DC. RGB value is (205,226,220). Sum of RGB (Red+Green+Blue) = 205+226+220=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE2DC is #321D23. Grayscale: #DBDBDB. Windows color (decimal): -3284260 or 14475981. OLE color: 14475981.
HSL color Cylindrical-coordinate representation of color #CDE2DC: hue angle of 162.86º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDE2DC is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 220 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.11 |
| HSL | 162.86º | 0.27% | 0.85% | - |
| HSV(B) | 162.86º | 0.09% | 0.89% | - |
| XYZ | 65.29 | 72.54 | 78.27 | - |
| YUV | 219.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 220 | 0.09 | 0 | 0.03 | 0.11 | 162.86 | 0.27 | 0.85 |
| Hex | CD | E2 | DC | 9 | 0 | 3 | B | A3 | 1B | 55 |
| Octal | 315 | 342 | 334 | 11 | 0 | 3 | 13 | 243 | 33 | 125 |
| Binary | 11001101 | 11100010 | 11011100 | 1001 | 0 | 11 | 1011 | 10100011 | 11011 | 1010101 |
Color Harmonies of #CDE2DC
Complementary color
Monochromatic Colors of #CDE2DC
Black with #CDE2DC
Text Example
Text Example
White with #CDE2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE2DC; }
p { color: rgb(205,226,220); }
H1.HeaderClassName
{
color: #CDE2DC;
}
.AnyTagClassName
{
color: #CDE2DC;
}
</style>
background-color css
<style>
a { background-color: #CDE2DC; }
a { background-color: rgb(205,226,220); }
div.DivClassName
{
background-color: #CDE2DC;
}
.BgClassName
{
background-color: #CDE2DC;
}
</style>
border-color css
<style>
span { border-color: #CDE2DC; }
span { border-color: rgb(205,226,220); }
td.TdClassName
{
border-color: #CDE2DC;
}
.TagClassName
{
border-color: #CDE2DC;
}
</style>