Shades of Swans Down #CFF0DA
Tints of Swans Down #CFF0DA
RGB
CMYK
RGB Variations
Color information
#CFF0DA (or 0xCFF0DA) is known color: Swans Down. HEX triplet: CF, F0 and DA. RGB value is (207,240,218). Sum of RGB (Red+Green+Blue) = 207+240+218=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0DA is #300F25. Grayscale: #E3E3E3. Windows color (decimal): -3149606 or 14348495. OLE color: 14348495.
HSL color Cylindrical-coordinate representation of color #CFF0DA: hue angle of 140º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF0DA is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 218 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.06 |
| HSL | 140º | 0.52% | 0.88% | - |
| HSV(B) | 140º | 0.14% | 0.94% | - |
| XYZ | 69.55 | 80.65 | 78.23 | - |
| YUV | 227.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 218 | 0.14 | 0 | 0.09 | 0.06 | 140 | 0.52 | 0.88 |
| Hex | CF | F0 | DA | E | 0 | 9 | 6 | 8C | 34 | 58 |
| Octal | 317 | 360 | 332 | 16 | 0 | 11 | 6 | 214 | 64 | 130 |
| Binary | 11001111 | 11110000 | 11011010 | 1110 | 0 | 1001 | 110 | 10001100 | 110100 | 1011000 |
Color Harmonies of #CFF0DA
Complementary color
Monochromatic Colors of #CFF0DA
Black with #CFF0DA
Text Example
Text Example
White with #CFF0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0DA; }
p { color: rgb(207,240,218); }
H1.HeaderClassName
{
color: #CFF0DA;
}
.AnyTagClassName
{
color: #CFF0DA;
}
</style>
background-color css
<style>
a { background-color: #CFF0DA; }
a { background-color: rgb(207,240,218); }
div.DivClassName
{
background-color: #CFF0DA;
}
.BgClassName
{
background-color: #CFF0DA;
}
</style>
border-color css
<style>
span { border-color: #CFF0DA; }
span { border-color: rgb(207,240,218); }
td.TdClassName
{
border-color: #CFF0DA;
}
.TagClassName
{
border-color: #CFF0DA;
}
</style>