Shades of Swans Down #CFEDDA
Tints of Swans Down #CFEDDA
RGB
CMYK
RGB Variations
Color information
#CFEDDA (or 0xCFEDDA) is known color: Swans Down. HEX triplet: CF, ED and DA. RGB value is (207,237,218). Sum of RGB (Red+Green+Blue) = 207+237+218=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDDA is #301225. Grayscale: #E1E1E1. Windows color (decimal): -3150374 or 14347727. OLE color: 14347727.
HSL color Cylindrical-coordinate representation of color #CFEDDA: hue angle of 142º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEDDA is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 218 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.07 |
| HSL | 142º | 0.45% | 0.87% | - |
| HSV(B) | 142º | 0.13% | 0.93% | - |
| XYZ | 68.67 | 78.9 | 77.94 | - |
| YUV | 225.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 218 | 0.13 | 0 | 0.08 | 0.07 | 142 | 0.45 | 0.87 |
| Hex | CF | ED | DA | D | 0 | 8 | 7 | 8E | 2D | 57 |
| Octal | 317 | 355 | 332 | 15 | 0 | 10 | 7 | 216 | 55 | 127 |
| Binary | 11001111 | 11101101 | 11011010 | 1101 | 0 | 1000 | 111 | 10001110 | 101101 | 1010111 |
Color Harmonies of #CFEDDA
Complementary color
Monochromatic Colors of #CFEDDA
Black with #CFEDDA
Text Example
Text Example
White with #CFEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDDA; }
p { color: rgb(207,237,218); }
H1.HeaderClassName
{
color: #CFEDDA;
}
.AnyTagClassName
{
color: #CFEDDA;
}
</style>
background-color css
<style>
a { background-color: #CFEDDA; }
a { background-color: rgb(207,237,218); }
div.DivClassName
{
background-color: #CFEDDA;
}
.BgClassName
{
background-color: #CFEDDA;
}
</style>
border-color css
<style>
span { border-color: #CFEDDA; }
span { border-color: rgb(207,237,218); }
td.TdClassName
{
border-color: #CFEDDA;
}
.TagClassName
{
border-color: #CFEDDA;
}
</style>