#DCEAE0

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

Shades of Swans Down #DCEAE0

Tints of Swans Down #DCEAE0

Color information

#DCEAE0 (or 0xDCEAE0) is unknown color: approx Swans Down. HEX triplet: DC, EA and E0. RGB value is (220,234,224). Sum of RGB (Red+Green+Blue) = 220+234+224=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEAE0 is #23151F. Grayscale: #E4E4E4. Windows color (decimal): -2299168 or 14740188. OLE color: 14740188.

HSL color Cylindrical-coordinate representation of color #DCEAE0: hue angle of 137.14º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCEAE0 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB220234224-
CMYK0.0600.040.08
HSL137.14º25%89.02%-
HSV(B)137.14º5.98%91.76%-
XYZ72.3979.4482.04-
YUV228.67125.36121.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.45%
GREEN value IS 234 (91.80% from 255) = 34.51%
BLUE value IS 224 (87.89% from 255) = 33.04%
R=32.45%
G=34.51%
B=33.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202342240.0600.040.08137.142589.02
HexDCEAE06048891959
Octal3343523406041021131131
Binary1101110011101010111000001100100100010001001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEAE0; }

 p { color: rgb(220,234,224); }

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

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

 a { background-color: rgb(220,234,224); }

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

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

 span { border-color: rgb(220,234,224); }

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