Shades of Swans Down #D5ECDC
Tints of Swans Down #D5ECDC
RGB
CMYK
RGB Variations
Color information
#D5ECDC (or 0xD5ECDC) is known color: Swans Down. HEX triplet: D5, EC and DC. RGB value is (213,236,220). Sum of RGB (Red+Green+Blue) = 213+236+220=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5ECDC is #2A1323. Grayscale: #E3E3E3. Windows color (decimal): -2757412 or 14478549. OLE color: 14478549.
HSL color Cylindrical-coordinate representation of color #D5ECDC: hue angle of 138.26º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5ECDC is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 236 | 220 | - |
CMYK | 0.10 | 0 | 0.07 | 0.07 |
HSL | 138.26º | 0.38% | 0.88% | - |
HSV(B) | 138.26º | 0.1% | 0.93% | - |
XYZ | 70.35 | 79.3 | 79.31 | - |
YUV | 227.3 | 123.88 | 117.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 236 | 220 | 0.10 | 0 | 0.07 | 0.07 | 138.26 | 0.38 | 0.88 |
Hex | D5 | EC | DC | A | 0 | 7 | 7 | 8A | 26 | 58 |
Octal | 325 | 354 | 334 | 12 | 0 | 7 | 7 | 212 | 46 | 130 |
Binary | 11010101 | 11101100 | 11011100 | 1010 | 0 | 111 | 111 | 10001010 | 100110 | 1011000 |
Color Harmonies of #D5ECDC
Complementary color
Monochromatic Colors of #D5ECDC
Black with #D5ECDC
Text Example
Text Example
White with #D5ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ECDC; }
p { color: rgb(213,236,220); }
H1.HeaderClassName
{
color: #D5ECDC;
}
.AnyTagClassName
{
color: #D5ECDC;
}
</style>
background-color css
<style>
a { background-color: #D5ECDC; }
a { background-color: rgb(213,236,220); }
div.DivClassName
{
background-color: #D5ECDC;
}
.BgClassName
{
background-color: #D5ECDC;
}
</style>
border-color css
<style>
span { border-color: #D5ECDC; }
span { border-color: rgb(213,236,220); }
td.TdClassName
{
border-color: #D5ECDC;
}
.TagClassName
{
border-color: #D5ECDC;
}
</style>