Shades of Swans Down #CEF6DB
Tints of Swans Down #CEF6DB
RGB
CMYK
RGB Variations
Color information
#CEF6DB (or 0xCEF6DB) is known color: Swans Down. HEX triplet: CE, F6 and DB. RGB value is (206,246,219). Sum of RGB (Red+Green+Blue) = 206+246+219=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF6DB is #310924. Grayscale: #E7E7E7. Windows color (decimal): -3213605 or 14415566. OLE color: 14415566.
HSL color Cylindrical-coordinate representation of color #CEF6DB: hue angle of 139.5º degrees, saturation: 0.69, 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 #CEF6DB is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 219 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.04 |
| HSL | 139.5º | 0.69% | 0.89% | - |
| HSV(B) | 139.5º | 0.16% | 0.96% | - |
| XYZ | 71.2 | 84.15 | 79.51 | - |
| YUV | 230.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 219 | 0.16 | 0 | 0.11 | 0.04 | 139.5 | 0.69 | 0.89 |
| Hex | CE | F6 | DB | 10 | 0 | B | 4 | 8C | 45 | 59 |
| Octal | 316 | 366 | 333 | 20 | 0 | 13 | 4 | 214 | 105 | 131 |
| Binary | 11001110 | 11110110 | 11011011 | 10000 | 0 | 1011 | 100 | 10001100 | 1000101 | 1011001 |
Color Harmonies of #CEF6DB
Complementary color
Monochromatic Colors of #CEF6DB
Black with #CEF6DB
Text Example
Text Example
White with #CEF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF6DB; }
p { color: rgb(206,246,219); }
H1.HeaderClassName
{
color: #CEF6DB;
}
.AnyTagClassName
{
color: #CEF6DB;
}
</style>
background-color css
<style>
a { background-color: #CEF6DB; }
a { background-color: rgb(206,246,219); }
div.DivClassName
{
background-color: #CEF6DB;
}
.BgClassName
{
background-color: #CEF6DB;
}
</style>
border-color css
<style>
span { border-color: #CEF6DB; }
span { border-color: rgb(206,246,219); }
td.TdClassName
{
border-color: #CEF6DB;
}
.TagClassName
{
border-color: #CEF6DB;
}
</style>