Shades of Swans Down #CFE9D7
Tints of Swans Down #CFE9D7
RGB
CMYK
RGB Variations
Color information
#CFE9D7 (or 0xCFE9D7) is known color: Swans Down. HEX triplet: CF, E9 and D7. RGB value is (207,233,215). Sum of RGB (Red+Green+Blue) = 207+233+215=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 233 (91.41% from 255 or 35.57% from 655); Blue value is 215 (84.38% from 255 or 32.82% from 655); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9D7 is #301628. Grayscale: #DFDFDF. Windows color (decimal): -3151401 or 14150095. OLE color: 14150095.
HSL color Cylindrical-coordinate representation of color #CFE9D7: hue angle of 138.46º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE9D7 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 215 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.09 |
| HSL | 138.46º | 0.37% | 0.86% | - |
| HSV(B) | 138.46º | 0.11% | 0.91% | - |
| XYZ | 67.14 | 76.45 | 75.51 | - |
| YUV | 223.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 215 | 0.11 | 0 | 0.08 | 0.09 | 138.46 | 0.37 | 0.86 |
| Hex | CF | E9 | D7 | B | 0 | 8 | 9 | 8A | 25 | 56 |
| Octal | 317 | 351 | 327 | 13 | 0 | 10 | 11 | 212 | 45 | 126 |
| Binary | 11001111 | 11101001 | 11010111 | 1011 | 0 | 1000 | 1001 | 10001010 | 100101 | 1010110 |
Color Harmonies of #CFE9D7
Complementary color
Monochromatic Colors of #CFE9D7
Black with #CFE9D7
Text Example
Text Example
White with #CFE9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9D7; }
p { color: rgb(207,233,215); }
H1.HeaderClassName
{
color: #CFE9D7;
}
.AnyTagClassName
{
color: #CFE9D7;
}
</style>
background-color css
<style>
a { background-color: #CFE9D7; }
a { background-color: rgb(207,233,215); }
div.DivClassName
{
background-color: #CFE9D7;
}
.BgClassName
{
background-color: #CFE9D7;
}
</style>
border-color css
<style>
span { border-color: #CFE9D7; }
span { border-color: rgb(207,233,215); }
td.TdClassName
{
border-color: #CFE9D7;
}
.TagClassName
{
border-color: #CFE9D7;
}
</style>