Shades of Iceberg #CDE1DA
Tints of Iceberg #CDE1DA
RGB
CMYK
RGB Variations
Color information
#CDE1DA (or 0xCDE1DA) is known color: Iceberg. HEX triplet: CD, E1 and DA. RGB value is (205,225,218). Sum of RGB (Red+Green+Blue) = 205+225+218=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1DA is #321E25. Grayscale: #DADADA. Windows color (decimal): -3284518 or 14344653. OLE color: 14344653.
HSL color Cylindrical-coordinate representation of color #CDE1DA: hue angle of 159º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDE1DA is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 218 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.12 |
| HSL | 159º | 0.25% | 0.84% | - |
| HSV(B) | 159º | 0.09% | 0.88% | - |
| XYZ | 64.76 | 71.89 | 76.79 | - |
| YUV | 218.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 218 | 0.09 | 0 | 0.03 | 0.12 | 159 | 0.25 | 0.84 |
| Hex | CD | E1 | DA | 9 | 0 | 3 | C | 9F | 19 | 54 |
| Octal | 315 | 341 | 332 | 11 | 0 | 3 | 14 | 237 | 31 | 124 |
| Binary | 11001101 | 11100001 | 11011010 | 1001 | 0 | 11 | 1100 | 10011111 | 11001 | 1010100 |
Color Harmonies of #CDE1DA
Complementary color
Monochromatic Colors of #CDE1DA
Black with #CDE1DA
Text Example
Text Example
White with #CDE1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1DA; }
p { color: rgb(205,225,218); }
H1.HeaderClassName
{
color: #CDE1DA;
}
.AnyTagClassName
{
color: #CDE1DA;
}
</style>
background-color css
<style>
a { background-color: #CDE1DA; }
a { background-color: rgb(205,225,218); }
div.DivClassName
{
background-color: #CDE1DA;
}
.BgClassName
{
background-color: #CDE1DA;
}
</style>
border-color css
<style>
span { border-color: #CDE1DA; }
span { border-color: rgb(205,225,218); }
td.TdClassName
{
border-color: #CDE1DA;
}
.TagClassName
{
border-color: #CDE1DA;
}
</style>