Shades of Swans Down #D6EBDB
Tints of Swans Down #D6EBDB
RGB
CMYK
RGB Variations
Color information
#D6EBDB (or 0xD6EBDB) is known color: Swans Down. HEX triplet: D6, EB and DB. RGB value is (214,235,219). Sum of RGB (Red+Green+Blue) = 214+235+219=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBDB is #291424. Grayscale: #E2E2E2. Windows color (decimal): -2692133 or 14412758. OLE color: 14412758.
HSL color Cylindrical-coordinate representation of color #D6EBDB: hue angle of 134.29º degrees, saturation: 0.34, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6EBDB is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 235 | 219 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.08 |
| HSL | 134.29º | 0.34% | 0.88% | - |
| HSV(B) | 134.29º | 0.09% | 0.92% | - |
| XYZ | 70.23 | 78.83 | 78.53 | - |
| YUV | 226.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 235 | 219 | 0.09 | 0 | 0.07 | 0.08 | 134.29 | 0.34 | 0.88 |
| Hex | D6 | EB | DB | 9 | 0 | 7 | 8 | 86 | 22 | 58 |
| Octal | 326 | 353 | 333 | 11 | 0 | 7 | 10 | 206 | 42 | 130 |
| Binary | 11010110 | 11101011 | 11011011 | 1001 | 0 | 111 | 1000 | 10000110 | 100010 | 1011000 |
Color Harmonies of #D6EBDB
Complementary color
Monochromatic Colors of #D6EBDB
Black with #D6EBDB
Text Example
Text Example
White with #D6EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EBDB; }
p { color: rgb(214,235,219); }
H1.HeaderClassName
{
color: #D6EBDB;
}
.AnyTagClassName
{
color: #D6EBDB;
}
</style>
background-color css
<style>
a { background-color: #D6EBDB; }
a { background-color: rgb(214,235,219); }
div.DivClassName
{
background-color: #D6EBDB;
}
.BgClassName
{
background-color: #D6EBDB;
}
</style>
border-color css
<style>
span { border-color: #D6EBDB; }
span { border-color: rgb(214,235,219); }
td.TdClassName
{
border-color: #D6EBDB;
}
.TagClassName
{
border-color: #D6EBDB;
}
</style>