Shades of Swans Down #CFF0DB
Tints of Swans Down #CFF0DB
RGB
CMYK
RGB Variations
Color information
#CFF0DB (or 0xCFF0DB) is known color: Swans Down. HEX triplet: CF, F0 and DB. RGB value is (207,240,219). Sum of RGB (Red+Green+Blue) = 207+240+219=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0DB is #300F24. Grayscale: #E3E3E3. Windows color (decimal): -3149605 or 14414031. OLE color: 14414031.
HSL color Cylindrical-coordinate representation of color #CFF0DB: hue angle of 141.82º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF0DB is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 207 | 240 | 219 | - |
CMYK | 0.14 | 0 | 0.09 | 0.06 |
HSL | 141.82º | 0.52% | 0.88% | - |
HSV(B) | 141.82º | 0.14% | 0.94% | - |
XYZ | 69.68 | 80.7 | 78.92 | - |
YUV | 227.74 | 123.07 | 113.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 240 | 219 | 0.14 | 0 | 0.09 | 0.06 | 141.82 | 0.52 | 0.88 |
Hex | CF | F0 | DB | E | 0 | 9 | 6 | 8E | 34 | 58 |
Octal | 317 | 360 | 333 | 16 | 0 | 11 | 6 | 216 | 64 | 130 |
Binary | 11001111 | 11110000 | 11011011 | 1110 | 0 | 1001 | 110 | 10001110 | 110100 | 1011000 |
Color Harmonies of #CFF0DB
Complementary color
Monochromatic Colors of #CFF0DB
Black with #CFF0DB
Text Example
Text Example
White with #CFF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0DB; }
p { color: rgb(207,240,219); }
H1.HeaderClassName
{
color: #CFF0DB;
}
.AnyTagClassName
{
color: #CFF0DB;
}
</style>
background-color css
<style>
a { background-color: #CFF0DB; }
a { background-color: rgb(207,240,219); }
div.DivClassName
{
background-color: #CFF0DB;
}
.BgClassName
{
background-color: #CFF0DB;
}
</style>
border-color css
<style>
span { border-color: #CFF0DB; }
span { border-color: rgb(207,240,219); }
td.TdClassName
{
border-color: #CFF0DB;
}
.TagClassName
{
border-color: #CFF0DB;
}
</style>