Shades of Swans Down #CFF2D9
Tints of Swans Down #CFF2D9
RGB
CMYK
RGB Variations
Color information
#CFF2D9 (or 0xCFF2D9) is known color: Swans Down. HEX triplet: CF, F2 and D9. RGB value is (207,242,217). Sum of RGB (Red+Green+Blue) = 207+242+217=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 217 (85.16% from 255 or 32.58% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2D9 is #300D26. Grayscale: #E4E4E4. Windows color (decimal): -3149095 or 14283471. OLE color: 14283471.
HSL color Cylindrical-coordinate representation of color #CFF2D9: hue angle of 137.14º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF2D9 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 217 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.05 |
| HSL | 137.14º | 0.57% | 0.88% | - |
| HSV(B) | 137.14º | 0.14% | 0.95% | - |
| XYZ | 70.01 | 81.78 | 77.74 | - |
| YUV | 228.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 217 | 0.14 | 0 | 0.10 | 0.05 | 137.14 | 0.57 | 0.88 |
| Hex | CF | F2 | D9 | E | 0 | A | 5 | 89 | 39 | 58 |
| Octal | 317 | 362 | 331 | 16 | 0 | 12 | 5 | 211 | 71 | 130 |
| Binary | 11001111 | 11110010 | 11011001 | 1110 | 0 | 1010 | 101 | 10001001 | 111001 | 1011000 |
Color Harmonies of #CFF2D9
Complementary color
Monochromatic Colors of #CFF2D9
Black with #CFF2D9
Text Example
Text Example
White with #CFF2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2D9; }
p { color: rgb(207,242,217); }
H1.HeaderClassName
{
color: #CFF2D9;
}
.AnyTagClassName
{
color: #CFF2D9;
}
</style>
background-color css
<style>
a { background-color: #CFF2D9; }
a { background-color: rgb(207,242,217); }
div.DivClassName
{
background-color: #CFF2D9;
}
.BgClassName
{
background-color: #CFF2D9;
}
</style>
border-color css
<style>
span { border-color: #CFF2D9; }
span { border-color: rgb(207,242,217); }
td.TdClassName
{
border-color: #CFF2D9;
}
.TagClassName
{
border-color: #CFF2D9;
}
</style>