Shades of Iceberg #CDE3DD
Tints of Iceberg #CDE3DD
RGB
CMYK
RGB Variations
Color information
#CDE3DD (or 0xCDE3DD) is known color: Iceberg. HEX triplet: CD, E3 and DD. RGB value is (205,227,221). Sum of RGB (Red+Green+Blue) = 205+227+221=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE3DD is #321C22. Grayscale: #DBDBDB. Windows color (decimal): -3284003 or 14541773. OLE color: 14541773.
HSL color Cylindrical-coordinate representation of color #CDE3DD: hue angle of 163.64º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE3DD is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 221 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.11 |
| HSL | 163.64º | 0.28% | 0.85% | - |
| HSV(B) | 163.64º | 0.1% | 0.89% | - |
| XYZ | 65.7 | 73.14 | 79.06 | - |
| YUV | 219.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 221 | 0.10 | 0 | 0.03 | 0.11 | 163.64 | 0.28 | 0.85 |
| Hex | CD | E3 | DD | A | 0 | 3 | B | A4 | 1C | 55 |
| Octal | 315 | 343 | 335 | 12 | 0 | 3 | 13 | 244 | 34 | 125 |
| Binary | 11001101 | 11100011 | 11011101 | 1010 | 0 | 11 | 1011 | 10100100 | 11100 | 1010101 |
Color Harmonies of #CDE3DD
Complementary color
Monochromatic Colors of #CDE3DD
Black with #CDE3DD
Text Example
Text Example
White with #CDE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3DD; }
p { color: rgb(205,227,221); }
H1.HeaderClassName
{
color: #CDE3DD;
}
.AnyTagClassName
{
color: #CDE3DD;
}
</style>
background-color css
<style>
a { background-color: #CDE3DD; }
a { background-color: rgb(205,227,221); }
div.DivClassName
{
background-color: #CDE3DD;
}
.BgClassName
{
background-color: #CDE3DD;
}
</style>
border-color css
<style>
span { border-color: #CDE3DD; }
span { border-color: rgb(205,227,221); }
td.TdClassName
{
border-color: #CDE3DD;
}
.TagClassName
{
border-color: #CDE3DD;
}
</style>