#DCE2DE

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

Shades of Swans Down #DCE2DE

Tints of Swans Down #DCE2DE

Color information

#DCE2DE (or 0xDCE2DE) is unknown color: approx Swans Down. HEX triplet: DC, E2 and DE. RGB value is (220,226,222). Sum of RGB (Red+Green+Blue) = 220+226+222=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE2DE is #231D21. Grayscale: #DFDFDF. Windows color (decimal): -2301218 or 14607068. OLE color: 14607068.

HSL color Cylindrical-coordinate representation of color #DCE2DE: hue angle of 140º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCE2DE is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB220226222-
CMYK0.0300.020.11
HSL140º9.38%87.45%-
HSV(B)140º2.65%88.63%-
XYZ69.974.8879.88-
YUV223.75127.01125.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.93%
GREEN value IS 226 (88.67% from 255) = 33.83%
BLUE value IS 222 (87.11% from 255) = 33.23%
R=32.93%
G=33.83%
B=33.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202262220.0300.020.111409.3887.45
HexDCE2DE302B8c957
Octal3343423363021321411127
Binary1101110011100010110111101101010111000110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE2DE; }

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

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

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

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

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

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

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

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