Shades of Swans Down #CFEFD9
Tints of Swans Down #CFEFD9
RGB
CMYK
RGB Variations
Color information
#CFEFD9 (or 0xCFEFD9) is known color: Swans Down. HEX triplet: CF, EF and D9. RGB value is (207,239,217). Sum of RGB (Red+Green+Blue) = 207+239+217=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 217 (85.16% from 255 or 32.73% from 663); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFD9 is #301026. Grayscale: #E2E2E2. Windows color (decimal): -3149863 or 14282703. OLE color: 14282703.
HSL color Cylindrical-coordinate representation of color #CFEFD9: hue angle of 138.75º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEFD9 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 207 | 239 | 217 | - |
CMYK | 0.13 | 0 | 0.09 | 0.06 |
HSL | 138.75º | 0.5% | 0.87% | - |
HSV(B) | 138.75º | 0.13% | 0.94% | - |
XYZ | 69.12 | 80.01 | 77.45 | - |
YUV | 226.92 | 122.4 | 113.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 239 | 217 | 0.13 | 0 | 0.09 | 0.06 | 138.75 | 0.5 | 0.87 |
Hex | CF | EF | D9 | D | 0 | 9 | 6 | 8B | 32 | 57 |
Octal | 317 | 357 | 331 | 15 | 0 | 11 | 6 | 213 | 62 | 127 |
Binary | 11001111 | 11101111 | 11011001 | 1101 | 0 | 1001 | 110 | 10001011 | 110010 | 1010111 |
Color Harmonies of #CFEFD9
Complementary color
Monochromatic Colors of #CFEFD9
Black with #CFEFD9
Text Example
Text Example
White with #CFEFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFD9; }
p { color: rgb(207,239,217); }
H1.HeaderClassName
{
color: #CFEFD9;
}
.AnyTagClassName
{
color: #CFEFD9;
}
</style>
background-color css
<style>
a { background-color: #CFEFD9; }
a { background-color: rgb(207,239,217); }
div.DivClassName
{
background-color: #CFEFD9;
}
.BgClassName
{
background-color: #CFEFD9;
}
</style>
border-color css
<style>
span { border-color: #CFEFD9; }
span { border-color: rgb(207,239,217); }
td.TdClassName
{
border-color: #CFEFD9;
}
.TagClassName
{
border-color: #CFEFD9;
}
</style>