Shades of Swans Down #CDF5D9
Tints of Swans Down #CDF5D9
RGB
CMYK
RGB Variations
Color information
#CDF5D9 (or 0xCDF5D9) is known color: Swans Down. HEX triplet: CD, F5 and D9. RGB value is (205,245,217). Sum of RGB (Red+Green+Blue) = 205+245+217=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 217 (85.16% from 255 or 32.53% from 667); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF5D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF5D9 is #320A26. Grayscale: #E5E5E5. Windows color (decimal): -3279399 or 14284237. OLE color: 14284237.
HSL color Cylindrical-coordinate representation of color #CDF5D9: hue angle of 138º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF5D9 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 205 | 245 | 217 | - |
CMYK | 0.16 | 0 | 0.11 | 0.04 |
HSL | 138º | 0.67% | 0.88% | - |
HSV(B) | 138º | 0.16% | 0.96% | - |
XYZ | 70.35 | 83.29 | 78.01 | - |
YUV | 229.85 | 120.75 | 110.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 245 | 217 | 0.16 | 0 | 0.11 | 0.04 | 138 | 0.67 | 0.88 |
Hex | CD | F5 | D9 | 10 | 0 | B | 4 | 8A | 43 | 58 |
Octal | 315 | 365 | 331 | 20 | 0 | 13 | 4 | 212 | 103 | 130 |
Binary | 11001101 | 11110101 | 11011001 | 10000 | 0 | 1011 | 100 | 10001010 | 1000011 | 1011000 |
Color Harmonies of #CDF5D9
Complementary color
Monochromatic Colors of #CDF5D9
Black with #CDF5D9
Text Example
Text Example
White with #CDF5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF5D9; }
p { color: rgb(205,245,217); }
H1.HeaderClassName
{
color: #CDF5D9;
}
.AnyTagClassName
{
color: #CDF5D9;
}
</style>
background-color css
<style>
a { background-color: #CDF5D9; }
a { background-color: rgb(205,245,217); }
div.DivClassName
{
background-color: #CDF5D9;
}
.BgClassName
{
background-color: #CDF5D9;
}
</style>
border-color css
<style>
span { border-color: #CDF5D9; }
span { border-color: rgb(205,245,217); }
td.TdClassName
{
border-color: #CDF5D9;
}
.TagClassName
{
border-color: #CDF5D9;
}
</style>