Shades of Swans Down #CFF1DB
Tints of Swans Down #CFF1DB
RGB
CMYK
RGB Variations
Color information
#CFF1DB (or 0xCFF1DB) is known color: Swans Down. HEX triplet: CF, F1 and DB. RGB value is (207,241,219). Sum of RGB (Red+Green+Blue) = 207+241+219=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1DB is #300E24. Grayscale: #E4E4E4. Windows color (decimal): -3149349 or 14414287. OLE color: 14414287.
HSL color Cylindrical-coordinate representation of color #CFF1DB: hue angle of 141.18º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF1DB is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 207 | 241 | 219 | - |
CMYK | 0.14 | 0 | 0.09 | 0.05 |
HSL | 141.18º | 0.55% | 0.88% | - |
HSV(B) | 141.18º | 0.14% | 0.95% | - |
XYZ | 69.97 | 81.29 | 79.02 | - |
YUV | 228.33 | 122.74 | 112.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 241 | 219 | 0.14 | 0 | 0.09 | 0.05 | 141.18 | 0.55 | 0.88 |
Hex | CF | F1 | DB | E | 0 | 9 | 5 | 8D | 37 | 58 |
Octal | 317 | 361 | 333 | 16 | 0 | 11 | 5 | 215 | 67 | 130 |
Binary | 11001111 | 11110001 | 11011011 | 1110 | 0 | 1001 | 101 | 10001101 | 110111 | 1011000 |
Color Harmonies of #CFF1DB
Complementary color
Monochromatic Colors of #CFF1DB
Black with #CFF1DB
Text Example
Text Example
White with #CFF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1DB; }
p { color: rgb(207,241,219); }
H1.HeaderClassName
{
color: #CFF1DB;
}
.AnyTagClassName
{
color: #CFF1DB;
}
</style>
background-color css
<style>
a { background-color: #CFF1DB; }
a { background-color: rgb(207,241,219); }
div.DivClassName
{
background-color: #CFF1DB;
}
.BgClassName
{
background-color: #CFF1DB;
}
</style>
border-color css
<style>
span { border-color: #CFF1DB; }
span { border-color: rgb(207,241,219); }
td.TdClassName
{
border-color: #CFF1DB;
}
.TagClassName
{
border-color: #CFF1DB;
}
</style>