Shades of Swans Down #D8EADC
Tints of Swans Down #D8EADC
RGB
CMYK
RGB Variations
Color information
#D8EADC (or 0xD8EADC) is known color: Swans Down. HEX triplet: D8, EA and DC. RGB value is (216,234,220). Sum of RGB (Red+Green+Blue) = 216+234+220=670 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.24% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EADC is #271523. Grayscale: #E3E3E3. Windows color (decimal): -2561316 or 14478040. OLE color: 14478040.
HSL color Cylindrical-coordinate representation of color #D8EADC: hue angle of 133.33º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8EADC is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 234 | 220 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.08 |
| HSL | 133.33º | 0.3% | 0.88% | - |
| HSV(B) | 133.33º | 0.08% | 0.92% | - |
| XYZ | 70.66 | 78.61 | 79.16 | - |
| YUV | 227.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 234 | 220 | 0.08 | 0 | 0.06 | 0.08 | 133.33 | 0.3 | 0.88 |
| Hex | D8 | EA | DC | 8 | 0 | 6 | 8 | 85 | 1E | 58 |
| Octal | 330 | 352 | 334 | 10 | 0 | 6 | 10 | 205 | 36 | 130 |
| Binary | 11011000 | 11101010 | 11011100 | 1000 | 0 | 110 | 1000 | 10000101 | 11110 | 1011000 |
Color Harmonies of #D8EADC
Complementary color
Monochromatic Colors of #D8EADC
Black with #D8EADC
Text Example
Text Example
White with #D8EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EADC; }
p { color: rgb(216,234,220); }
H1.HeaderClassName
{
color: #D8EADC;
}
.AnyTagClassName
{
color: #D8EADC;
}
</style>
background-color css
<style>
a { background-color: #D8EADC; }
a { background-color: rgb(216,234,220); }
div.DivClassName
{
background-color: #D8EADC;
}
.BgClassName
{
background-color: #D8EADC;
}
</style>
border-color css
<style>
span { border-color: #D8EADC; }
span { border-color: rgb(216,234,220); }
td.TdClassName
{
border-color: #D8EADC;
}
.TagClassName
{
border-color: #D8EADC;
}
</style>