#DCEADF

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

Shades of Swans Down #DCEADF

Tints of Swans Down #DCEADF

Color information

#DCEADF (or 0xDCEADF) is unknown color: approx Swans Down. HEX triplet: DC, EA and DF. RGB value is (220,234,223). Sum of RGB (Red+Green+Blue) = 220+234+223=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEADF is #231520. Grayscale: #E4E4E4. Windows color (decimal): -2299169 or 14674652. OLE color: 14674652.

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

Color convert

RGB220234223-
CMYK0.0600.050.08
HSL132.86º25%89.02%-
HSV(B)132.86º5.98%91.76%-
XYZ72.2679.3981.33-
YUV228.56124.86121.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.50%
GREEN value IS 234 (91.80% from 255) = 34.56%
BLUE value IS 223 (87.5% from 255) = 32.94%
R=32.50%
G=34.56%
B=32.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202342230.0600.050.08132.862589.02
HexDCEADF6058851959
Octal3343523376051020531131
Binary1101110011101010110111111100101100010000101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEADF; }

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

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

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

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

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

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

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

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