Shades of Swans Down #DCE5DF
Tints of Swans Down #DCE5DF
RGB
CMYK
RGB Variations
Color information
#DCE5DF (or 0xDCE5DF) is known color: Swans Down. HEX triplet: DC, E5 and DF. RGB value is (220,229,223). Sum of RGB (Red+Green+Blue) = 220+229+223=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5DF is #231A20. Grayscale: #E1E1E1. Windows color (decimal): -2300449 or 14673372. OLE color: 14673372.
HSL color Cylindrical-coordinate representation of color #DCE5DF: hue angle of 140º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCE5DF is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 229 | 223 | - |
CMYK | 0.04 | 0 | 0.03 | 0.10 |
HSL | 140º | 0.15% | 0.88% | - |
HSV(B) | 140º | 0.04% | 0.9% | - |
XYZ | 70.85 | 76.58 | 80.86 | - |
YUV | 225.63 | 126.52 | 123.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 229 | 223 | 0.04 | 0 | 0.03 | 0.10 | 140 | 0.15 | 0.88 |
Hex | DC | E5 | DF | 4 | 0 | 3 | A | 8C | F | 58 |
Octal | 334 | 345 | 337 | 4 | 0 | 3 | 12 | 214 | 17 | 130 |
Binary | 11011100 | 11100101 | 11011111 | 100 | 0 | 11 | 1010 | 10001100 | 1111 | 1011000 |
Color Harmonies of #DCE5DF
Complementary color
Monochromatic Colors of #DCE5DF
Black with #DCE5DF
Text Example
Text Example
White with #DCE5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5DF; }
p { color: rgb(220,229,223); }
H1.HeaderClassName
{
color: #DCE5DF;
}
.AnyTagClassName
{
color: #DCE5DF;
}
</style>
background-color css
<style>
a { background-color: #DCE5DF; }
a { background-color: rgb(220,229,223); }
div.DivClassName
{
background-color: #DCE5DF;
}
.BgClassName
{
background-color: #DCE5DF;
}
</style>
border-color css
<style>
span { border-color: #DCE5DF; }
span { border-color: rgb(220,229,223); }
td.TdClassName
{
border-color: #DCE5DF;
}
.TagClassName
{
border-color: #DCE5DF;
}
</style>