Shades of Swans Down #DFE4E0
Tints of Swans Down #DFE4E0
RGB
CMYK
RGB Variations
Color information
#DFE4E0 (or 0xDFE4E0) is known color: Swans Down. HEX triplet: DF, E4 and E0. RGB value is (223,228,224). Sum of RGB (Red+Green+Blue) = 223+228+224=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 228 (89.45% from 255 or 33.78% from 675); Blue value is 224 (87.89% from 255 or 33.19% from 675); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4E0 is #201B1F. Grayscale: #E2E2E2. Windows color (decimal): -2104096 or 14738655. OLE color: 14738655.
HSL color Cylindrical-coordinate representation of color #DFE4E0: hue angle of 132º degrees, saturation: 0.08, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DFE4E0 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 224 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.11 |
| HSL | 132º | 0.08% | 0.88% | - |
| HSV(B) | 132º | 0.02% | 0.89% | - |
| XYZ | 71.63 | 76.56 | 81.52 | - |
| YUV | 226.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 224 | 0.02 | 0 | 0.02 | 0.11 | 132 | 0.08 | 0.88 |
| Hex | DF | E4 | E0 | 2 | 0 | 2 | B | 84 | 8 | 58 |
| Octal | 337 | 344 | 340 | 2 | 0 | 2 | 13 | 204 | 10 | 130 |
| Binary | 11011111 | 11100100 | 11100000 | 10 | 0 | 10 | 1011 | 10000100 | 1000 | 1011000 |
Color Harmonies of #DFE4E0
Complementary color
Monochromatic Colors of #DFE4E0
Black with #DFE4E0
Text Example
Text Example
White with #DFE4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4E0; }
p { color: rgb(223,228,224); }
H1.HeaderClassName
{
color: #DFE4E0;
}
.AnyTagClassName
{
color: #DFE4E0;
}
</style>
background-color css
<style>
a { background-color: #DFE4E0; }
a { background-color: rgb(223,228,224); }
div.DivClassName
{
background-color: #DFE4E0;
}
.BgClassName
{
background-color: #DFE4E0;
}
</style>
border-color css
<style>
span { border-color: #DFE4E0; }
span { border-color: rgb(223,228,224); }
td.TdClassName
{
border-color: #DFE4E0;
}
.TagClassName
{
border-color: #DFE4E0;
}
</style>