Shades of Swans Down #CDF3DA
Tints of Swans Down #CDF3DA
RGB
CMYK
RGB Variations
Color information
#CDF3DA (or 0xCDF3DA) is known color: Swans Down. HEX triplet: CD, F3 and DA. RGB value is (205,243,218). Sum of RGB (Red+Green+Blue) = 205+243+218=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF3DA is #320C25. Grayscale: #E4E4E4. Windows color (decimal): -3279910 or 14349261. OLE color: 14349261.
HSL color Cylindrical-coordinate representation of color #CDF3DA: hue angle of 140.53º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF3DA is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 243 | 218 | - |
CMYK | 0.16 | 0 | 0.10 | 0.05 |
HSL | 140.53º | 0.61% | 0.88% | - |
HSV(B) | 140.53º | 0.16% | 0.95% | - |
XYZ | 69.88 | 82.14 | 78.5 | - |
YUV | 228.79 | 121.91 | 111.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 243 | 218 | 0.16 | 0 | 0.10 | 0.05 | 140.53 | 0.61 | 0.88 |
Hex | CD | F3 | DA | 10 | 0 | A | 5 | 8D | 3D | 58 |
Octal | 315 | 363 | 332 | 20 | 0 | 12 | 5 | 215 | 75 | 130 |
Binary | 11001101 | 11110011 | 11011010 | 10000 | 0 | 1010 | 101 | 10001101 | 111101 | 1011000 |
Color Harmonies of #CDF3DA
Complementary color
Monochromatic Colors of #CDF3DA
Black with #CDF3DA
Text Example
Text Example
White with #CDF3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3DA; }
p { color: rgb(205,243,218); }
H1.HeaderClassName
{
color: #CDF3DA;
}
.AnyTagClassName
{
color: #CDF3DA;
}
</style>
background-color css
<style>
a { background-color: #CDF3DA; }
a { background-color: rgb(205,243,218); }
div.DivClassName
{
background-color: #CDF3DA;
}
.BgClassName
{
background-color: #CDF3DA;
}
</style>
border-color css
<style>
span { border-color: #CDF3DA; }
span { border-color: rgb(205,243,218); }
td.TdClassName
{
border-color: #CDF3DA;
}
.TagClassName
{
border-color: #CDF3DA;
}
</style>