Shades of Swans Down #CEF1D9
Tints of Swans Down #CEF1D9
RGB
CMYK
RGB Variations
Color information
#CEF1D9 (or 0xCEF1D9) is known color: Swans Down. HEX triplet: CE, F1 and D9. RGB value is (206,241,217). Sum of RGB (Red+Green+Blue) = 206+241+217=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 217 (85.16% from 255 or 32.68% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1D9 is #310E26. Grayscale: #E3E3E3. Windows color (decimal): -3214887 or 14283214. OLE color: 14283214.
HSL color Cylindrical-coordinate representation of color #CEF1D9: hue angle of 138.86º degrees, saturation: 0.56, 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 #CEF1D9 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 217 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.05 |
| HSL | 138.86º | 0.56% | 0.88% | - |
| HSV(B) | 138.86º | 0.15% | 0.95% | - |
| XYZ | 69.43 | 81.04 | 77.63 | - |
| YUV | 227.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 217 | 0.15 | 0 | 0.10 | 0.05 | 138.86 | 0.56 | 0.88 |
| Hex | CE | F1 | D9 | F | 0 | A | 5 | 8B | 38 | 58 |
| Octal | 316 | 361 | 331 | 17 | 0 | 12 | 5 | 213 | 70 | 130 |
| Binary | 11001110 | 11110001 | 11011001 | 1111 | 0 | 1010 | 101 | 10001011 | 111000 | 1011000 |
Color Harmonies of #CEF1D9
Complementary color
Monochromatic Colors of #CEF1D9
Black with #CEF1D9
Text Example
Text Example
White with #CEF1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF1D9; }
p { color: rgb(206,241,217); }
H1.HeaderClassName
{
color: #CEF1D9;
}
.AnyTagClassName
{
color: #CEF1D9;
}
</style>
background-color css
<style>
a { background-color: #CEF1D9; }
a { background-color: rgb(206,241,217); }
div.DivClassName
{
background-color: #CEF1D9;
}
.BgClassName
{
background-color: #CEF1D9;
}
</style>
border-color css
<style>
span { border-color: #CEF1D9; }
span { border-color: rgb(206,241,217); }
td.TdClassName
{
border-color: #CEF1D9;
}
.TagClassName
{
border-color: #CEF1D9;
}
</style>