Shades of Iceberg #CDE5DB
Tints of Iceberg #CDE5DB
RGB
CMYK
RGB Variations
Color information
#CDE5DB (or 0xCDE5DB) is known color: Iceberg. HEX triplet: CD, E5 and DB. RGB value is (205,229,219). Sum of RGB (Red+Green+Blue) = 205+229+219=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE5DB is #321A24. Grayscale: #DCDCDC. Windows color (decimal): -3283493 or 14411213. OLE color: 14411213.
HSL color Cylindrical-coordinate representation of color #CDE5DB: hue angle of 155º 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 #CDE5DB is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 205 | 229 | 219 | - |
CMYK | 0.10 | 0 | 0.04 | 0.10 |
HSL | 155º | 0.32% | 0.85% | - |
HSV(B) | 155º | 0.1% | 0.9% | - |
XYZ | 65.98 | 74.13 | 77.85 | - |
YUV | 220.68 | 127.05 | 116.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 229 | 219 | 0.10 | 0 | 0.04 | 0.10 | 155 | 0.32 | 0.85 |
Hex | CD | E5 | DB | A | 0 | 4 | A | 9B | 20 | 55 |
Octal | 315 | 345 | 333 | 12 | 0 | 4 | 12 | 233 | 40 | 125 |
Binary | 11001101 | 11100101 | 11011011 | 1010 | 0 | 100 | 1010 | 10011011 | 100000 | 1010101 |
Color Harmonies of #CDE5DB
Complementary color
Monochromatic Colors of #CDE5DB
Black with #CDE5DB
Text Example
Text Example
White with #CDE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5DB; }
p { color: rgb(205,229,219); }
H1.HeaderClassName
{
color: #CDE5DB;
}
.AnyTagClassName
{
color: #CDE5DB;
}
</style>
background-color css
<style>
a { background-color: #CDE5DB; }
a { background-color: rgb(205,229,219); }
div.DivClassName
{
background-color: #CDE5DB;
}
.BgClassName
{
background-color: #CDE5DB;
}
</style>
border-color css
<style>
span { border-color: #CDE5DB; }
span { border-color: rgb(205,229,219); }
td.TdClassName
{
border-color: #CDE5DB;
}
.TagClassName
{
border-color: #CDE5DB;
}
</style>