#DEE2DF

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

Shades of Swans Down #DEE2DF

Tints of Swans Down #DEE2DF

Color information

#DEE2DF (or 0xDEE2DF) is unknown color: approx Swans Down. HEX triplet: DE, E2 and DF. RGB value is (222,226,223). Sum of RGB (Red+Green+Blue) = 222+226+223=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2DF is #211D20. Grayscale: #E0E0E0. Windows color (decimal): -2170145 or 14672606. OLE color: 14672606.

HSL color Cylindrical-coordinate representation of color #DEE2DF: hue angle of 135º degrees, saturation: 0.06, 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 #DEE2DF is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB222226223-
CMYK0.0200.010.11
HSL135º6.45%87.84%-
HSV(B)135º1.77%88.63%-
XYZ70.6475.2580.61-
YUV224.46127.17126.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.08%
GREEN value IS 226 (88.67% from 255) = 33.68%
BLUE value IS 223 (87.5% from 255) = 33.23%
R=33.08%
G=33.68%
B=33.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222262230.0200.010.111356.4587.84
HexDEE2DF201B87658
Octal336342337201132076130
Binary11011110111000101101111110011011100001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE2DF; }

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

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

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

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

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

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

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

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