Shades of Swans Down #CDF7DB
Tints of Swans Down #CDF7DB
RGB
CMYK
RGB Variations
Color information
#CDF7DB (or 0xCDF7DB) is known color: Swans Down. HEX triplet: CD, F7 and DB. RGB value is (205,247,219). Sum of RGB (Red+Green+Blue) = 205+247+219=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF7DB is #320824. Grayscale: #E7E7E7. Windows color (decimal): -3278885 or 14415821. OLE color: 14415821.
HSL color Cylindrical-coordinate representation of color #CDF7DB: hue angle of 140º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF7DB is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 219 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.03 |
| HSL | 140º | 0.72% | 0.89% | - |
| HSV(B) | 140º | 0.17% | 0.97% | - |
| XYZ | 71.22 | 84.62 | 79.6 | - |
| YUV | 231.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 219 | 0.17 | 0 | 0.11 | 0.03 | 140 | 0.72 | 0.89 |
| Hex | CD | F7 | DB | 11 | 0 | B | 3 | 8C | 48 | 59 |
| Octal | 315 | 367 | 333 | 21 | 0 | 13 | 3 | 214 | 110 | 131 |
| Binary | 11001101 | 11110111 | 11011011 | 10001 | 0 | 1011 | 11 | 10001100 | 1001000 | 1011001 |
Color Harmonies of #CDF7DB
Complementary color
Monochromatic Colors of #CDF7DB
Black with #CDF7DB
Text Example
Text Example
White with #CDF7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF7DB; }
p { color: rgb(205,247,219); }
H1.HeaderClassName
{
color: #CDF7DB;
}
.AnyTagClassName
{
color: #CDF7DB;
}
</style>
background-color css
<style>
a { background-color: #CDF7DB; }
a { background-color: rgb(205,247,219); }
div.DivClassName
{
background-color: #CDF7DB;
}
.BgClassName
{
background-color: #CDF7DB;
}
</style>
border-color css
<style>
span { border-color: #CDF7DB; }
span { border-color: rgb(205,247,219); }
td.TdClassName
{
border-color: #CDF7DB;
}
.TagClassName
{
border-color: #CDF7DB;
}
</style>