Shades of Swans Down #CFF6DB
Tints of Swans Down #CFF6DB
RGB
CMYK
RGB Variations
Color information
#CFF6DB (or 0xCFF6DB) is known color: Swans Down. HEX triplet: CF, F6 and DB. RGB value is (207,246,219). Sum of RGB (Red+Green+Blue) = 207+246+219=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 246 (96.48% from 255 or 36.61% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF6DB is #300924. Grayscale: #E7E7E7. Windows color (decimal): -3148069 or 14415567. OLE color: 14415567.
HSL color Cylindrical-coordinate representation of color #CFF6DB: hue angle of 138.46º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF6DB is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 219 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.04 |
| HSL | 138.46º | 0.68% | 0.89% | - |
| HSV(B) | 138.46º | 0.16% | 0.96% | - |
| XYZ | 71.47 | 84.29 | 79.52 | - |
| YUV | 231.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 219 | 0.16 | 0 | 0.11 | 0.04 | 138.46 | 0.68 | 0.89 |
| Hex | CF | F6 | DB | 10 | 0 | B | 4 | 8A | 44 | 59 |
| Octal | 317 | 366 | 333 | 20 | 0 | 13 | 4 | 212 | 104 | 131 |
| Binary | 11001111 | 11110110 | 11011011 | 10000 | 0 | 1011 | 100 | 10001010 | 1000100 | 1011001 |
Color Harmonies of #CFF6DB
Complementary color
Monochromatic Colors of #CFF6DB
Black with #CFF6DB
Text Example
Text Example
White with #CFF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF6DB; }
p { color: rgb(207,246,219); }
H1.HeaderClassName
{
color: #CFF6DB;
}
.AnyTagClassName
{
color: #CFF6DB;
}
</style>
background-color css
<style>
a { background-color: #CFF6DB; }
a { background-color: rgb(207,246,219); }
div.DivClassName
{
background-color: #CFF6DB;
}
.BgClassName
{
background-color: #CFF6DB;
}
</style>
border-color css
<style>
span { border-color: #CFF6DB; }
span { border-color: rgb(207,246,219); }
td.TdClassName
{
border-color: #CFF6DB;
}
.TagClassName
{
border-color: #CFF6DB;
}
</style>