Shades of Swans Down #CEF5DA
Tints of Swans Down #CEF5DA
RGB
CMYK
RGB Variations
Color information
#CEF5DA (or 0xCEF5DA) is known color: Swans Down. HEX triplet: CE, F5 and DA. RGB value is (206,245,218). Sum of RGB (Red+Green+Blue) = 206+245+218=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 245 (96.09% from 255 or 36.62% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF5DA is #310A25. Grayscale: #E6E6E6. Windows color (decimal): -3213862 or 14349774. OLE color: 14349774.
HSL color Cylindrical-coordinate representation of color #CEF5DA: hue angle of 138.46º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF5DA is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 218 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.04 |
| HSL | 138.46º | 0.66% | 0.88% | - |
| HSV(B) | 138.46º | 0.16% | 0.96% | - |
| XYZ | 70.76 | 83.49 | 78.72 | - |
| YUV | 230.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 218 | 0.16 | 0 | 0.11 | 0.04 | 138.46 | 0.66 | 0.88 |
| Hex | CE | F5 | DA | 10 | 0 | B | 4 | 8A | 42 | 58 |
| Octal | 316 | 365 | 332 | 20 | 0 | 13 | 4 | 212 | 102 | 130 |
| Binary | 11001110 | 11110101 | 11011010 | 10000 | 0 | 1011 | 100 | 10001010 | 1000010 | 1011000 |
Color Harmonies of #CEF5DA
Complementary color
Monochromatic Colors of #CEF5DA
Black with #CEF5DA
Text Example
Text Example
White with #CEF5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF5DA; }
p { color: rgb(206,245,218); }
H1.HeaderClassName
{
color: #CEF5DA;
}
.AnyTagClassName
{
color: #CEF5DA;
}
</style>
background-color css
<style>
a { background-color: #CEF5DA; }
a { background-color: rgb(206,245,218); }
div.DivClassName
{
background-color: #CEF5DA;
}
.BgClassName
{
background-color: #CEF5DA;
}
</style>
border-color css
<style>
span { border-color: #CEF5DA; }
span { border-color: rgb(206,245,218); }
td.TdClassName
{
border-color: #CEF5DA;
}
.TagClassName
{
border-color: #CEF5DA;
}
</style>