Shades of Iceberg #CDE2DB
Tints of Iceberg #CDE2DB
RGB
CMYK
RGB Variations
Color information
#CDE2DB (or 0xCDE2DB) is known color: Iceberg. HEX triplet: CD, E2 and DB. RGB value is (205,226,219). Sum of RGB (Red+Green+Blue) = 205+226+219=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE2DB is #321D24. Grayscale: #DADADA. Windows color (decimal): -3284261 or 14410445. OLE color: 14410445.
HSL color Cylindrical-coordinate representation of color #CDE2DB: hue angle of 160º 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 #CDE2DB is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 205 | 226 | 219 | - |
CMYK | 0.09 | 0 | 0.03 | 0.11 |
HSL | 160º | 0.27% | 0.85% | - |
HSV(B) | 160º | 0.09% | 0.89% | - |
XYZ | 65.16 | 72.49 | 77.57 | - |
YUV | 218.92 | 128.04 | 118.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 226 | 219 | 0.09 | 0 | 0.03 | 0.11 | 160 | 0.27 | 0.85 |
Hex | CD | E2 | DB | 9 | 0 | 3 | B | A0 | 1B | 55 |
Octal | 315 | 342 | 333 | 11 | 0 | 3 | 13 | 240 | 33 | 125 |
Binary | 11001101 | 11100010 | 11011011 | 1001 | 0 | 11 | 1011 | 10100000 | 11011 | 1010101 |
Color Harmonies of #CDE2DB
Complementary color
Monochromatic Colors of #CDE2DB
Black with #CDE2DB
Text Example
Text Example
White with #CDE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE2DB; }
p { color: rgb(205,226,219); }
H1.HeaderClassName
{
color: #CDE2DB;
}
.AnyTagClassName
{
color: #CDE2DB;
}
</style>
background-color css
<style>
a { background-color: #CDE2DB; }
a { background-color: rgb(205,226,219); }
div.DivClassName
{
background-color: #CDE2DB;
}
.BgClassName
{
background-color: #CDE2DB;
}
</style>
border-color css
<style>
span { border-color: #CDE2DB; }
span { border-color: rgb(205,226,219); }
td.TdClassName
{
border-color: #CDE2DB;
}
.TagClassName
{
border-color: #CDE2DB;
}
</style>