#DCEAE1

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

Shades of Swans Down #DCEAE1

Tints of Swans Down #DCEAE1

Color information

#DCEAE1 (or 0xDCEAE1) is unknown color: approx Swans Down. HEX triplet: DC, EA and E1. RGB value is (220,234,225). Sum of RGB (Red+Green+Blue) = 220+234+225=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 225 (88.28% from 255 or 33.14% from 679); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEAE1 is #23151E. Grayscale: #E4E4E4. Windows color (decimal): -2299167 or 14805724. OLE color: 14805724.

HSL color Cylindrical-coordinate representation of color #DCEAE1: hue angle of 141.43º 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 #DCEAE1 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB220234225-
CMYK0.0600.040.08
HSL141.43º25%89.02%-
HSV(B)141.43º5.98%91.76%-
XYZ72.5379.582.76-
YUV228.79125.86121.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.40%
GREEN value IS 234 (91.80% from 255) = 34.46%
BLUE value IS 225 (88.28% from 255) = 33.14%
R=32.40%
G=34.46%
B=33.14%

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
Decimal2202342250.0600.040.08141.432589.02
HexDCEAE160488d1959
Octal3343523416041021531131
Binary1101110011101010111000011100100100010001101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEAE1; }

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

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

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

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

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

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

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

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