Shades of Swans Down #CFF7DC
Tints of Swans Down #CFF7DC
RGB
CMYK
RGB Variations
Color information
#CFF7DC (or 0xCFF7DC) is known color: Swans Down. HEX triplet: CF, F7 and DC. RGB value is (207,247,220). Sum of RGB (Red+Green+Blue) = 207+247+220=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7DC is #300823. Grayscale: #E8E8E8. Windows color (decimal): -3147812 or 14481359. OLE color: 14481359.
HSL color Cylindrical-coordinate representation of color #CFF7DC: hue angle of 139.5º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF7DC is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 220 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.03 |
| HSL | 139.5º | 0.71% | 0.89% | - |
| HSV(B) | 139.5º | 0.16% | 0.97% | - |
| XYZ | 71.91 | 84.95 | 80.32 | - |
| YUV | 231.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 220 | 0.16 | 0 | 0.11 | 0.03 | 139.5 | 0.71 | 0.89 |
| Hex | CF | F7 | DC | 10 | 0 | B | 3 | 8C | 47 | 59 |
| Octal | 317 | 367 | 334 | 20 | 0 | 13 | 3 | 214 | 107 | 131 |
| Binary | 11001111 | 11110111 | 11011100 | 10000 | 0 | 1011 | 11 | 10001100 | 1000111 | 1011001 |
Color Harmonies of #CFF7DC
Complementary color
Monochromatic Colors of #CFF7DC
Black with #CFF7DC
Text Example
Text Example
White with #CFF7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF7DC; }
p { color: rgb(207,247,220); }
H1.HeaderClassName
{
color: #CFF7DC;
}
.AnyTagClassName
{
color: #CFF7DC;
}
</style>
background-color css
<style>
a { background-color: #CFF7DC; }
a { background-color: rgb(207,247,220); }
div.DivClassName
{
background-color: #CFF7DC;
}
.BgClassName
{
background-color: #CFF7DC;
}
</style>
border-color css
<style>
span { border-color: #CFF7DC; }
span { border-color: rgb(207,247,220); }
td.TdClassName
{
border-color: #CFF7DC;
}
.TagClassName
{
border-color: #CFF7DC;
}
</style>