Shades of Iceberg #CDE6DC
Tints of Iceberg #CDE6DC
RGB
CMYK
RGB Variations
Color information
#CDE6DC (or 0xCDE6DC) is known color: Iceberg. HEX triplet: CD, E6 and DC. RGB value is (205,230,220). Sum of RGB (Red+Green+Blue) = 205+230+220=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6DC is #321923. Grayscale: #DDDDDD. Windows color (decimal): -3283236 or 14477005. OLE color: 14477005.
HSL color Cylindrical-coordinate representation of color #CDE6DC: hue angle of 156º 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 #CDE6DC is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 220 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.10 |
| HSL | 156º | 0.33% | 0.85% | - |
| HSV(B) | 156º | 0.11% | 0.9% | - |
| XYZ | 66.39 | 74.74 | 78.64 | - |
| YUV | 221.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 220 | 0.11 | 0 | 0.04 | 0.10 | 156 | 0.33 | 0.85 |
| Hex | CD | E6 | DC | B | 0 | 4 | A | 9C | 21 | 55 |
| Octal | 315 | 346 | 334 | 13 | 0 | 4 | 12 | 234 | 41 | 125 |
| Binary | 11001101 | 11100110 | 11011100 | 1011 | 0 | 100 | 1010 | 10011100 | 100001 | 1010101 |
Color Harmonies of #CDE6DC
Complementary color
Monochromatic Colors of #CDE6DC
Black with #CDE6DC
Text Example
Text Example
White with #CDE6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6DC; }
p { color: rgb(205,230,220); }
H1.HeaderClassName
{
color: #CDE6DC;
}
.AnyTagClassName
{
color: #CDE6DC;
}
</style>
background-color css
<style>
a { background-color: #CDE6DC; }
a { background-color: rgb(205,230,220); }
div.DivClassName
{
background-color: #CDE6DC;
}
.BgClassName
{
background-color: #CDE6DC;
}
</style>
border-color css
<style>
span { border-color: #CDE6DC; }
span { border-color: rgb(205,230,220); }
td.TdClassName
{
border-color: #CDE6DC;
}
.TagClassName
{
border-color: #CDE6DC;
}
</style>