Shades of Swans Down #CFF3DB
Tints of Swans Down #CFF3DB
RGB
CMYK
RGB Variations
Color information
#CFF3DB (or 0xCFF3DB) is known color: Swans Down. HEX triplet: CF, F3 and DB. RGB value is (207,243,219). Sum of RGB (Red+Green+Blue) = 207+243+219=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF3DB is #300C24. Grayscale: #E5E5E5. Windows color (decimal): -3148837 or 14414799. OLE color: 14414799.
HSL color Cylindrical-coordinate representation of color #CFF3DB: hue angle of 140º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFF3DB is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 219 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.05 |
| HSL | 140º | 0.6% | 0.88% | - |
| HSV(B) | 140º | 0.15% | 0.95% | - |
| XYZ | 70.57 | 82.48 | 79.22 | - |
| YUV | 229.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 219 | 0.15 | 0 | 0.10 | 0.05 | 140 | 0.6 | 0.88 |
| Hex | CF | F3 | DB | F | 0 | A | 5 | 8C | 3C | 58 |
| Octal | 317 | 363 | 333 | 17 | 0 | 12 | 5 | 214 | 74 | 130 |
| Binary | 11001111 | 11110011 | 11011011 | 1111 | 0 | 1010 | 101 | 10001100 | 111100 | 1011000 |
Color Harmonies of #CFF3DB
Complementary color
Monochromatic Colors of #CFF3DB
Black with #CFF3DB
Text Example
Text Example
White with #CFF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3DB; }
p { color: rgb(207,243,219); }
H1.HeaderClassName
{
color: #CFF3DB;
}
.AnyTagClassName
{
color: #CFF3DB;
}
</style>
background-color css
<style>
a { background-color: #CFF3DB; }
a { background-color: rgb(207,243,219); }
div.DivClassName
{
background-color: #CFF3DB;
}
.BgClassName
{
background-color: #CFF3DB;
}
</style>
border-color css
<style>
span { border-color: #CFF3DB; }
span { border-color: rgb(207,243,219); }
td.TdClassName
{
border-color: #CFF3DB;
}
.TagClassName
{
border-color: #CFF3DB;
}
</style>