Shades of Iceberg #CDE6DD
Tints of Iceberg #CDE6DD
RGB
CMYK
RGB Variations
Color information
#CDE6DD (or 0xCDE6DD) is known color: Iceberg. HEX triplet: CD, E6 and DD. RGB value is (205,230,221). Sum of RGB (Red+Green+Blue) = 205+230+221=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 230 (90.23% from 255 or 35.06% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6DD is #321922. Grayscale: #DDDDDD. Windows color (decimal): -3283235 or 14542541. OLE color: 14542541.
HSL color Cylindrical-coordinate representation of color #CDE6DD: hue angle of 158.4º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDE6DD is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 221 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.10 |
| HSL | 158.4º | 0.33% | 0.85% | - |
| HSV(B) | 158.4º | 0.11% | 0.9% | - |
| XYZ | 66.52 | 74.79 | 79.34 | - |
| YUV | 221.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 221 | 0.11 | 0 | 0.04 | 0.10 | 158.4 | 0.33 | 0.85 |
| Hex | CD | E6 | DD | B | 0 | 4 | A | 9E | 21 | 55 |
| Octal | 315 | 346 | 335 | 13 | 0 | 4 | 12 | 236 | 41 | 125 |
| Binary | 11001101 | 11100110 | 11011101 | 1011 | 0 | 100 | 1010 | 10011110 | 100001 | 1010101 |
Color Harmonies of #CDE6DD
Complementary color
Monochromatic Colors of #CDE6DD
Black with #CDE6DD
Text Example
Text Example
White with #CDE6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6DD; }
p { color: rgb(205,230,221); }
H1.HeaderClassName
{
color: #CDE6DD;
}
.AnyTagClassName
{
color: #CDE6DD;
}
</style>
background-color css
<style>
a { background-color: #CDE6DD; }
a { background-color: rgb(205,230,221); }
div.DivClassName
{
background-color: #CDE6DD;
}
.BgClassName
{
background-color: #CDE6DD;
}
</style>
border-color css
<style>
span { border-color: #CDE6DD; }
span { border-color: rgb(205,230,221); }
td.TdClassName
{
border-color: #CDE6DD;
}
.TagClassName
{
border-color: #CDE6DD;
}
</style>