Shades of Swans Down #DEE3DF
Tints of Swans Down #DEE3DF
RGB
CMYK
RGB Variations
Color information
#DEE3DF (or 0xDEE3DF) is known color: Swans Down. HEX triplet: DE, E3 and DF. RGB value is (222,227,223). Sum of RGB (Red+Green+Blue) = 222+227+223=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 227 (89.06% from 255 or 33.78% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3DF is #211C20. Grayscale: #E1E1E1. Windows color (decimal): -2169889 or 14672862. OLE color: 14672862.
HSL color Cylindrical-coordinate representation of color #DEE3DF: 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 #DEE3DF is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 227 | 223 | - |
CMYK | 0.02 | 0 | 0.02 | 0.11 |
HSL | 132º | 0.08% | 0.88% | - |
HSV(B) | 132º | 0.02% | 0.89% | - |
XYZ | 70.91 | 75.8 | 80.7 | - |
YUV | 225.05 | 126.84 | 125.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 227 | 223 | 0.02 | 0 | 0.02 | 0.11 | 132 | 0.08 | 0.88 |
Hex | DE | E3 | DF | 2 | 0 | 2 | B | 84 | 8 | 58 |
Octal | 336 | 343 | 337 | 2 | 0 | 2 | 13 | 204 | 10 | 130 |
Binary | 11011110 | 11100011 | 11011111 | 10 | 0 | 10 | 1011 | 10000100 | 1000 | 1011000 |
Color Harmonies of #DEE3DF
Complementary color
Monochromatic Colors of #DEE3DF
Black with #DEE3DF
Text Example
Text Example
White with #DEE3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE3DF; }
p { color: rgb(222,227,223); }
H1.HeaderClassName
{
color: #DEE3DF;
}
.AnyTagClassName
{
color: #DEE3DF;
}
</style>
background-color css
<style>
a { background-color: #DEE3DF; }
a { background-color: rgb(222,227,223); }
div.DivClassName
{
background-color: #DEE3DF;
}
.BgClassName
{
background-color: #DEE3DF;
}
</style>
border-color css
<style>
span { border-color: #DEE3DF; }
span { border-color: rgb(222,227,223); }
td.TdClassName
{
border-color: #DEE3DF;
}
.TagClassName
{
border-color: #DEE3DF;
}
</style>