Shades of Swans Down #D6ECDB
Tints of Swans Down #D6ECDB
RGB
CMYK
RGB Variations
Color information
#D6ECDB (or 0xD6ECDB) is known color: Swans Down. HEX triplet: D6, EC and DB. RGB value is (214,236,219). Sum of RGB (Red+Green+Blue) = 214+236+219=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECDB is #291324. Grayscale: #E3E3E3. Windows color (decimal): -2691877 or 14413014. OLE color: 14413014.
HSL color Cylindrical-coordinate representation of color #D6ECDB: hue angle of 133.64º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6ECDB is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 214 | 236 | 219 | - |
CMYK | 0.09 | 0 | 0.07 | 0.07 |
HSL | 133.64º | 0.37% | 0.88% | - |
HSV(B) | 133.64º | 0.09% | 0.93% | - |
XYZ | 70.51 | 79.4 | 78.63 | - |
YUV | 227.48 | 123.21 | 118.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 236 | 219 | 0.09 | 0 | 0.07 | 0.07 | 133.64 | 0.37 | 0.88 |
Hex | D6 | EC | DB | 9 | 0 | 7 | 7 | 86 | 25 | 58 |
Octal | 326 | 354 | 333 | 11 | 0 | 7 | 7 | 206 | 45 | 130 |
Binary | 11010110 | 11101100 | 11011011 | 1001 | 0 | 111 | 111 | 10000110 | 100101 | 1011000 |
Color Harmonies of #D6ECDB
Complementary color
Monochromatic Colors of #D6ECDB
Black with #D6ECDB
Text Example
Text Example
White with #D6ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ECDB; }
p { color: rgb(214,236,219); }
H1.HeaderClassName
{
color: #D6ECDB;
}
.AnyTagClassName
{
color: #D6ECDB;
}
</style>
background-color css
<style>
a { background-color: #D6ECDB; }
a { background-color: rgb(214,236,219); }
div.DivClassName
{
background-color: #D6ECDB;
}
.BgClassName
{
background-color: #D6ECDB;
}
</style>
border-color css
<style>
span { border-color: #D6ECDB; }
span { border-color: rgb(214,236,219); }
td.TdClassName
{
border-color: #D6ECDB;
}
.TagClassName
{
border-color: #D6ECDB;
}
</style>