Shades of Swans Down #CEF3DA
Tints of Swans Down #CEF3DA
RGB
CMYK
RGB Variations
Color information
#CEF3DA (or 0xCEF3DA) is known color: Swans Down. HEX triplet: CE, F3 and DA. RGB value is (206,243,218). Sum of RGB (Red+Green+Blue) = 206+243+218=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF3DA is #310C25. Grayscale: #E5E5E5. Windows color (decimal): -3214374 or 14349262. OLE color: 14349262.
HSL color Cylindrical-coordinate representation of color #CEF3DA: hue angle of 139.46º degrees, saturation: 0.61, 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 #CEF3DA is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 218 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.05 |
| HSL | 139.46º | 0.61% | 0.88% | - |
| HSV(B) | 139.46º | 0.15% | 0.95% | - |
| XYZ | 70.16 | 82.28 | 78.51 | - |
| YUV | 229.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 218 | 0.15 | 0 | 0.10 | 0.05 | 139.46 | 0.61 | 0.88 |
| Hex | CE | F3 | DA | F | 0 | A | 5 | 8B | 3D | 58 |
| Octal | 316 | 363 | 332 | 17 | 0 | 12 | 5 | 213 | 75 | 130 |
| Binary | 11001110 | 11110011 | 11011010 | 1111 | 0 | 1010 | 101 | 10001011 | 111101 | 1011000 |
Color Harmonies of #CEF3DA
Complementary color
Monochromatic Colors of #CEF3DA
Black with #CEF3DA
Text Example
Text Example
White with #CEF3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF3DA; }
p { color: rgb(206,243,218); }
H1.HeaderClassName
{
color: #CEF3DA;
}
.AnyTagClassName
{
color: #CEF3DA;
}
</style>
background-color css
<style>
a { background-color: #CEF3DA; }
a { background-color: rgb(206,243,218); }
div.DivClassName
{
background-color: #CEF3DA;
}
.BgClassName
{
background-color: #CEF3DA;
}
</style>
border-color css
<style>
span { border-color: #CEF3DA; }
span { border-color: rgb(206,243,218); }
td.TdClassName
{
border-color: #CEF3DA;
}
.TagClassName
{
border-color: #CEF3DA;
}
</style>