Shades of Swans Down #CEF3DB
Tints of Swans Down #CEF3DB
RGB
CMYK
RGB Variations
Color information
#CEF3DB (or 0xCEF3DB) is known color: Swans Down. HEX triplet: CE, F3 and DB. RGB value is (206,243,219). Sum of RGB (Red+Green+Blue) = 206+243+219=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF3DB is #310C24. Grayscale: #E5E5E5. Windows color (decimal): -3214373 or 14414798. OLE color: 14414798.
HSL color Cylindrical-coordinate representation of color #CEF3DB: hue angle of 141.08º 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 #CEF3DB is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 219 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.05 |
| HSL | 141.08º | 0.61% | 0.88% | - |
| HSV(B) | 141.08º | 0.15% | 0.95% | - |
| XYZ | 70.29 | 82.34 | 79.21 | - |
| YUV | 229.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 219 | 0.15 | 0 | 0.10 | 0.05 | 141.08 | 0.61 | 0.88 |
| Hex | CE | F3 | DB | F | 0 | A | 5 | 8D | 3D | 58 |
| Octal | 316 | 363 | 333 | 17 | 0 | 12 | 5 | 215 | 75 | 130 |
| Binary | 11001110 | 11110011 | 11011011 | 1111 | 0 | 1010 | 101 | 10001101 | 111101 | 1011000 |
Color Harmonies of #CEF3DB
Complementary color
Monochromatic Colors of #CEF3DB
Black with #CEF3DB
Text Example
Text Example
White with #CEF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF3DB; }
p { color: rgb(206,243,219); }
H1.HeaderClassName
{
color: #CEF3DB;
}
.AnyTagClassName
{
color: #CEF3DB;
}
</style>
background-color css
<style>
a { background-color: #CEF3DB; }
a { background-color: rgb(206,243,219); }
div.DivClassName
{
background-color: #CEF3DB;
}
.BgClassName
{
background-color: #CEF3DB;
}
</style>
border-color css
<style>
span { border-color: #CEF3DB; }
span { border-color: rgb(206,243,219); }
td.TdClassName
{
border-color: #CEF3DB;
}
.TagClassName
{
border-color: #CEF3DB;
}
</style>