Shades of Swans Down #CFF2D7
Tints of Swans Down #CFF2D7
RGB
CMYK
RGB Variations
Color information
#CFF2D7 (or 0xCFF2D7) is known color: Swans Down. HEX triplet: CF, F2 and D7. RGB value is (207,242,215). Sum of RGB (Red+Green+Blue) = 207+242+215=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 215 (84.38% from 255 or 32.38% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2D7 is #300D28. Grayscale: #E4E4E4. Windows color (decimal): -3149097 or 14152399. OLE color: 14152399.
HSL color Cylindrical-coordinate representation of color #CFF2D7: hue angle of 133.71º 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 #CFF2D7 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 215 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.05 |
| HSL | 133.71º | 0.57% | 0.88% | - |
| HSV(B) | 133.71º | 0.14% | 0.95% | - |
| XYZ | 69.75 | 81.68 | 76.38 | - |
| YUV | 228.46 | 120.4 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 215 | 0.14 | 0 | 0.11 | 0.05 | 133.71 | 0.57 | 0.88 |
| Hex | CF | F2 | D7 | E | 0 | B | 5 | 86 | 39 | 58 |
| Octal | 317 | 362 | 327 | 16 | 0 | 13 | 5 | 206 | 71 | 130 |
| Binary | 11001111 | 11110010 | 11010111 | 1110 | 0 | 1011 | 101 | 10000110 | 111001 | 1011000 |
Color Harmonies of #CFF2D7
Complementary color
Monochromatic Colors of #CFF2D7
Black with #CFF2D7
Text Example
Text Example
White with #CFF2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2D7; }
p { color: rgb(207,242,215); }
H1.HeaderClassName
{
color: #CFF2D7;
}
.AnyTagClassName
{
color: #CFF2D7;
}
</style>
background-color css
<style>
a { background-color: #CFF2D7; }
a { background-color: rgb(207,242,215); }
div.DivClassName
{
background-color: #CFF2D7;
}
.BgClassName
{
background-color: #CFF2D7;
}
</style>
border-color css
<style>
span { border-color: #CFF2D7; }
span { border-color: rgb(207,242,215); }
td.TdClassName
{
border-color: #CFF2D7;
}
.TagClassName
{
border-color: #CFF2D7;
}
</style>