#DEE1DF

Color #DEE1DF Swans Down (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swans Down #DEE1DF

Tints of Swans Down #DEE1DF

Color information

#DEE1DF (or 0xDEE1DF) is unknown color: approx Swans Down. HEX triplet: DE, E1 and DF. RGB value is (222,225,223). Sum of RGB (Red+Green+Blue) = 222+225+223=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 225 (88.28% from 255 or 33.58% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1DF is #211E20. Grayscale: #DFDFDF. Windows color (decimal): -2170401 or 14672350. OLE color: 14672350.

HSL color Cylindrical-coordinate representation of color #DEE1DF: hue angle of 140º degrees, saturation: 0.05, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DEE1DF is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB222225223-
CMYK0.0100.010.12
HSL140º4.76%87.65%-
HSV(B)140º1.33%88.24%-
XYZ70.3774.7180.52-
YUV223.87127.51126.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 33.13%
GREEN value IS 225 (88.28% from 255) = 33.58%
BLUE value IS 223 (87.5% from 255) = 33.28%
R=33.13%
G=33.58%
B=33.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222252230.0100.010.121404.7687.65
HexDEE1DF101C8c558
Octal336341337101142145130
Binary1101111011100001110111111011100100011001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE1DF; }

 p { color: rgb(222,225,223); }

 H1.HeaderClassName
 {
   color: #DEE1DF;
 }
 .AnyTagClassName
 {
   color: #DEE1DF;
 }
</style>
background-color css

<style>
 a { background-color: #DEE1DF; }

 a { background-color: rgb(222,225,223); }

 div.DivClassName
 {
   background-color: #DEE1DF;
 }
 .BgClassName
 {
   background-color: #DEE1DF;
 }
</style>
border-color css

<style>
 span { border-color: #DEE1DF; }

 span { border-color: rgb(222,225,223); }

 td.TdClassName
 {
   border-color: #DEE1DF;
 }
 .TagClassName
 {
   border-color: #DEE1DF;
 }
</style>