Shades of Swans Down #CEF0DB
Tints of Swans Down #CEF0DB
RGB
CMYK
RGB Variations
Color information
#CEF0DB (or 0xCEF0DB) is known color: Swans Down. HEX triplet: CE, F0 and DB. RGB value is (206,240,219). Sum of RGB (Red+Green+Blue) = 206+240+219=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF0DB is #310F24. Grayscale: #E3E3E3. Windows color (decimal): -3215141 or 14414030. OLE color: 14414030.
HSL color Cylindrical-coordinate representation of color #CEF0DB: hue angle of 142.94º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEF0DB is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 206 | 240 | 219 | - |
CMYK | 0.14 | 0 | 0.09 | 0.06 |
HSL | 142.94º | 0.53% | 0.87% | - |
HSV(B) | 142.94º | 0.14% | 0.94% | - |
XYZ | 69.4 | 80.56 | 78.91 | - |
YUV | 227.44 | 123.24 | 112.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 240 | 219 | 0.14 | 0 | 0.09 | 0.06 | 142.94 | 0.53 | 0.87 |
Hex | CE | F0 | DB | E | 0 | 9 | 6 | 8F | 35 | 57 |
Octal | 316 | 360 | 333 | 16 | 0 | 11 | 6 | 217 | 65 | 127 |
Binary | 11001110 | 11110000 | 11011011 | 1110 | 0 | 1001 | 110 | 10001111 | 110101 | 1010111 |
Color Harmonies of #CEF0DB
Complementary color
Monochromatic Colors of #CEF0DB
Black with #CEF0DB
Text Example
Text Example
White with #CEF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF0DB; }
p { color: rgb(206,240,219); }
H1.HeaderClassName
{
color: #CEF0DB;
}
.AnyTagClassName
{
color: #CEF0DB;
}
</style>
background-color css
<style>
a { background-color: #CEF0DB; }
a { background-color: rgb(206,240,219); }
div.DivClassName
{
background-color: #CEF0DB;
}
.BgClassName
{
background-color: #CEF0DB;
}
</style>
border-color css
<style>
span { border-color: #CEF0DB; }
span { border-color: rgb(206,240,219); }
td.TdClassName
{
border-color: #CEF0DB;
}
.TagClassName
{
border-color: #CEF0DB;
}
</style>