Shades of Swans Down #CFF5D8
Tints of Swans Down #CFF5D8
RGB
CMYK
RGB Variations
Color information
#CFF5D8 (or 0xCFF5D8) is known color: Swans Down. HEX triplet: CF, F5 and D8. RGB value is (207,245,216). Sum of RGB (Red+Green+Blue) = 207+245+216=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 245 (96.09% from 255 or 36.68% from 668); Blue value is 216 (84.77% from 255 or 32.34% from 668); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF5D8 is #300A27. Grayscale: #E6E6E6. Windows color (decimal): -3148328 or 14218703. OLE color: 14218703.
HSL color Cylindrical-coordinate representation of color #CFF5D8: hue angle of 134.21º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF5D8 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 216 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.04 |
| HSL | 134.21º | 0.66% | 0.89% | - |
| HSV(B) | 134.21º | 0.16% | 0.96% | - |
| XYZ | 70.78 | 83.53 | 77.36 | - |
| YUV | 230.33 | 119.91 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 216 | 0.16 | 0 | 0.12 | 0.04 | 134.21 | 0.66 | 0.89 |
| Hex | CF | F5 | D8 | 10 | 0 | C | 4 | 86 | 42 | 59 |
| Octal | 317 | 365 | 330 | 20 | 0 | 14 | 4 | 206 | 102 | 131 |
| Binary | 11001111 | 11110101 | 11011000 | 10000 | 0 | 1100 | 100 | 10000110 | 1000010 | 1011001 |
Color Harmonies of #CFF5D8
Complementary color
Monochromatic Colors of #CFF5D8
Black with #CFF5D8
Text Example
Text Example
White with #CFF5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5D8; }
p { color: rgb(207,245,216); }
H1.HeaderClassName
{
color: #CFF5D8;
}
.AnyTagClassName
{
color: #CFF5D8;
}
</style>
background-color css
<style>
a { background-color: #CFF5D8; }
a { background-color: rgb(207,245,216); }
div.DivClassName
{
background-color: #CFF5D8;
}
.BgClassName
{
background-color: #CFF5D8;
}
</style>
border-color css
<style>
span { border-color: #CFF5D8; }
span { border-color: rgb(207,245,216); }
td.TdClassName
{
border-color: #CFF5D8;
}
.TagClassName
{
border-color: #CFF5D8;
}
</style>