Shades of Swans Down #D6ECDC
Tints of Swans Down #D6ECDC
RGB
CMYK
RGB Variations
Color information
#D6ECDC (or 0xD6ECDC) is known color: Swans Down. HEX triplet: D6, EC and DC. RGB value is (214,236,220). Sum of RGB (Red+Green+Blue) = 214+236+220=670 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.94% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECDC is #291323. Grayscale: #E3E3E3. Windows color (decimal): -2691876 or 14478550. OLE color: 14478550.
HSL color Cylindrical-coordinate representation of color #D6ECDC: hue angle of 136.36º 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 #D6ECDC is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 214 | 236 | 220 | - |
CMYK | 0.09 | 0 | 0.07 | 0.07 |
HSL | 136.36º | 0.37% | 0.88% | - |
HSV(B) | 136.36º | 0.09% | 0.93% | - |
XYZ | 70.65 | 79.45 | 79.32 | - |
YUV | 227.6 | 123.71 | 118.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 236 | 220 | 0.09 | 0 | 0.07 | 0.07 | 136.36 | 0.37 | 0.88 |
Hex | D6 | EC | DC | 9 | 0 | 7 | 7 | 88 | 25 | 58 |
Octal | 326 | 354 | 334 | 11 | 0 | 7 | 7 | 210 | 45 | 130 |
Binary | 11010110 | 11101100 | 11011100 | 1001 | 0 | 111 | 111 | 10001000 | 100101 | 1011000 |
Color Harmonies of #D6ECDC
Complementary color
Monochromatic Colors of #D6ECDC
Black with #D6ECDC
Text Example
Text Example
White with #D6ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ECDC; }
p { color: rgb(214,236,220); }
H1.HeaderClassName
{
color: #D6ECDC;
}
.AnyTagClassName
{
color: #D6ECDC;
}
</style>
background-color css
<style>
a { background-color: #D6ECDC; }
a { background-color: rgb(214,236,220); }
div.DivClassName
{
background-color: #D6ECDC;
}
.BgClassName
{
background-color: #D6ECDC;
}
</style>
border-color css
<style>
span { border-color: #D6ECDC; }
span { border-color: rgb(214,236,220); }
td.TdClassName
{
border-color: #D6ECDC;
}
.TagClassName
{
border-color: #D6ECDC;
}
</style>