Shades of Iceberg #CDE6DE
Tints of Iceberg #CDE6DE
RGB
CMYK
RGB Variations
Color information
#CDE6DE (or 0xCDE6DE) is known color: Iceberg. HEX triplet: CD, E6 and DE. RGB value is (205,230,222). Sum of RGB (Red+Green+Blue) = 205+230+222=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6DE is #321921. Grayscale: #DDDDDD. Windows color (decimal): -3283234 or 14608077. OLE color: 14608077.
HSL color Cylindrical-coordinate representation of color #CDE6DE: hue angle of 160.8º 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 #CDE6DE is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 222 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.10 |
| HSL | 160.8º | 0.33% | 0.85% | - |
| HSV(B) | 160.8º | 0.11% | 0.9% | - |
| XYZ | 66.66 | 74.85 | 80.04 | - |
| YUV | 221.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 222 | 0.11 | 0 | 0.03 | 0.10 | 160.8 | 0.33 | 0.85 |
| Hex | CD | E6 | DE | B | 0 | 3 | A | A1 | 21 | 55 |
| Octal | 315 | 346 | 336 | 13 | 0 | 3 | 12 | 241 | 41 | 125 |
| Binary | 11001101 | 11100110 | 11011110 | 1011 | 0 | 11 | 1010 | 10100001 | 100001 | 1010101 |
Color Harmonies of #CDE6DE
Complementary color
Monochromatic Colors of #CDE6DE
Black with #CDE6DE
Text Example
Text Example
White with #CDE6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6DE; }
p { color: rgb(205,230,222); }
H1.HeaderClassName
{
color: #CDE6DE;
}
.AnyTagClassName
{
color: #CDE6DE;
}
</style>
background-color css
<style>
a { background-color: #CDE6DE; }
a { background-color: rgb(205,230,222); }
div.DivClassName
{
background-color: #CDE6DE;
}
.BgClassName
{
background-color: #CDE6DE;
}
</style>
border-color css
<style>
span { border-color: #CDE6DE; }
span { border-color: rgb(205,230,222); }
td.TdClassName
{
border-color: #CDE6DE;
}
.TagClassName
{
border-color: #CDE6DE;
}
</style>