Shades of Swans Down #CDF2DB
Tints of Swans Down #CDF2DB
RGB
CMYK
RGB Variations
Color information
#CDF2DB (or 0xCDF2DB) is known color: Swans Down. HEX triplet: CD, F2 and DB. RGB value is (205,242,219). Sum of RGB (Red+Green+Blue) = 205+242+219=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF2DB is #320D24. Grayscale: #E4E4E4. Windows color (decimal): -3280165 or 14414541. OLE color: 14414541.
HSL color Cylindrical-coordinate representation of color #CDF2DB: hue angle of 142.7º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF2DB is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 219 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.05 |
| HSL | 142.7º | 0.59% | 0.88% | - |
| HSV(B) | 142.7º | 0.15% | 0.95% | - |
| XYZ | 69.72 | 81.6 | 79.09 | - |
| YUV | 228.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 219 | 0.15 | 0 | 0.10 | 0.05 | 142.7 | 0.59 | 0.88 |
| Hex | CD | F2 | DB | F | 0 | A | 5 | 8F | 3B | 58 |
| Octal | 315 | 362 | 333 | 17 | 0 | 12 | 5 | 217 | 73 | 130 |
| Binary | 11001101 | 11110010 | 11011011 | 1111 | 0 | 1010 | 101 | 10001111 | 111011 | 1011000 |
Color Harmonies of #CDF2DB
Complementary color
Monochromatic Colors of #CDF2DB
Black with #CDF2DB
Text Example
Text Example
White with #CDF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2DB; }
p { color: rgb(205,242,219); }
H1.HeaderClassName
{
color: #CDF2DB;
}
.AnyTagClassName
{
color: #CDF2DB;
}
</style>
background-color css
<style>
a { background-color: #CDF2DB; }
a { background-color: rgb(205,242,219); }
div.DivClassName
{
background-color: #CDF2DB;
}
.BgClassName
{
background-color: #CDF2DB;
}
</style>
border-color css
<style>
span { border-color: #CDF2DB; }
span { border-color: rgb(205,242,219); }
td.TdClassName
{
border-color: #CDF2DB;
}
.TagClassName
{
border-color: #CDF2DB;
}
</style>