Shades of Iceberg #CDE2DA
Tints of Iceberg #CDE2DA
RGB
CMYK
RGB Variations
Color information
#CDE2DA (or 0xCDE2DA) is known color: Iceberg. HEX triplet: CD, E2 and DA. RGB value is (205,226,218). Sum of RGB (Red+Green+Blue) = 205+226+218=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE2DA is #321D25. Grayscale: #DADADA. Windows color (decimal): -3284262 or 14344909. OLE color: 14344909.
HSL color Cylindrical-coordinate representation of color #CDE2DA: hue angle of 157.14º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDE2DA is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 205 | 226 | 218 | - |
CMYK | 0.09 | 0 | 0.04 | 0.11 |
HSL | 157.14º | 0.27% | 0.85% | - |
HSV(B) | 157.14º | 0.09% | 0.89% | - |
XYZ | 65.03 | 72.43 | 76.88 | - |
YUV | 218.81 | 127.54 | 118.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 226 | 218 | 0.09 | 0 | 0.04 | 0.11 | 157.14 | 0.27 | 0.85 |
Hex | CD | E2 | DA | 9 | 0 | 4 | B | 9D | 1B | 55 |
Octal | 315 | 342 | 332 | 11 | 0 | 4 | 13 | 235 | 33 | 125 |
Binary | 11001101 | 11100010 | 11011010 | 1001 | 0 | 100 | 1011 | 10011101 | 11011 | 1010101 |
Color Harmonies of #CDE2DA
Complementary color
Monochromatic Colors of #CDE2DA
Black with #CDE2DA
Text Example
Text Example
White with #CDE2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE2DA; }
p { color: rgb(205,226,218); }
H1.HeaderClassName
{
color: #CDE2DA;
}
.AnyTagClassName
{
color: #CDE2DA;
}
</style>
background-color css
<style>
a { background-color: #CDE2DA; }
a { background-color: rgb(205,226,218); }
div.DivClassName
{
background-color: #CDE2DA;
}
.BgClassName
{
background-color: #CDE2DA;
}
</style>
border-color css
<style>
span { border-color: #CDE2DA; }
span { border-color: rgb(205,226,218); }
td.TdClassName
{
border-color: #CDE2DA;
}
.TagClassName
{
border-color: #CDE2DA;
}
</style>