Shades of Iceberg #CDE5D9
Tints of Iceberg #CDE5D9
RGB
CMYK
RGB Variations
Color information
#CDE5D9 (or 0xCDE5D9) is known color: Iceberg. HEX triplet: CD, E5 and D9. RGB value is (205,229,217). Sum of RGB (Red+Green+Blue) = 205+229+217=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 229 (89.84% from 255 or 35.18% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE5D9 is #321A26. Grayscale: #DCDCDC. Windows color (decimal): -3283495 or 14280141. OLE color: 14280141.
HSL color Cylindrical-coordinate representation of color #CDE5D9: hue angle of 150º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE5D9 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 205 | 229 | 217 | - |
CMYK | 0.10 | 0 | 0.05 | 0.10 |
HSL | 150º | 0.32% | 0.85% | - |
HSV(B) | 150º | 0.1% | 0.9% | - |
XYZ | 65.72 | 74.03 | 76.47 | - |
YUV | 220.46 | 126.05 | 116.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 229 | 217 | 0.10 | 0 | 0.05 | 0.10 | 150 | 0.32 | 0.85 |
Hex | CD | E5 | D9 | A | 0 | 5 | A | 96 | 20 | 55 |
Octal | 315 | 345 | 331 | 12 | 0 | 5 | 12 | 226 | 40 | 125 |
Binary | 11001101 | 11100101 | 11011001 | 1010 | 0 | 101 | 1010 | 10010110 | 100000 | 1010101 |
Color Harmonies of #CDE5D9
Complementary color
Monochromatic Colors of #CDE5D9
Black with #CDE5D9
Text Example
Text Example
White with #CDE5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5D9; }
p { color: rgb(205,229,217); }
H1.HeaderClassName
{
color: #CDE5D9;
}
.AnyTagClassName
{
color: #CDE5D9;
}
</style>
background-color css
<style>
a { background-color: #CDE5D9; }
a { background-color: rgb(205,229,217); }
div.DivClassName
{
background-color: #CDE5D9;
}
.BgClassName
{
background-color: #CDE5D9;
}
</style>
border-color css
<style>
span { border-color: #CDE5D9; }
span { border-color: rgb(205,229,217); }
td.TdClassName
{
border-color: #CDE5D9;
}
.TagClassName
{
border-color: #CDE5D9;
}
</style>