#DCEDE2

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

Shades of Swans Down #DCEDE2

Tints of Swans Down #DCEDE2

Color information

#DCEDE2 (or 0xDCEDE2) is unknown color: approx Swans Down. HEX triplet: DC, ED and E2. RGB value is (220,237,226). Sum of RGB (Red+Green+Blue) = 220+237+226=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDE2 is #23121D. Grayscale: #E6E6E6. Windows color (decimal): -2298398 or 14872028. OLE color: 14872028.

HSL color Cylindrical-coordinate representation of color #DCEDE2: hue angle of 141.18º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCEDE2 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB220237226-
CMYK0.0700.050.07
HSL141.18º32.08%89.61%-
HSV(B)141.18º7.17%92.94%-
XYZ73.5381.2883.76-
YUV230.66125.37120.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.21%
GREEN value IS 237 (92.97% from 255) = 34.70%
BLUE value IS 226 (88.67% from 255) = 33.09%
R=32.21%
G=34.70%
B=33.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202372260.0700.050.07141.1832.0889.61
HexDCEDE270578d205a
Octal334355342705721540132
Binary1101110011101101111000101110101111100011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDE2; }

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

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

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

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

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

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

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

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