#DAECE0

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

Shades of Swans Down #DAECE0

Tints of Swans Down #DAECE0

Color information

#DAECE0 (or 0xDAECE0) is unknown color: approx Swans Down. HEX triplet: DA, EC and E0. RGB value is (218,236,224). Sum of RGB (Red+Green+Blue) = 218+236+224=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECE0 is #25131F. Grayscale: #E5E5E5. Windows color (decimal): -2429728 or 14740698. OLE color: 14740698.

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

Color convert

RGB218236224-
CMYK0.0800.050.07
HSL140º32.14%89.02%-
HSV(B)140º7.63%92.55%-
XYZ72.3680.2882.2-
YUV229.25125.04119.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.15%
GREEN value IS 236 (92.58% from 255) = 34.81%
BLUE value IS 224 (87.89% from 255) = 33.04%
R=32.15%
G=34.81%
B=33.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182362240.0800.050.0714032.1489.02
HexDAECE080578c2059
Octal3323543401005721440131
Binary11011010111011001110000010000101111100011001000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECE0; }

 p { color: rgb(218,236,224); }

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

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

 a { background-color: rgb(218,236,224); }

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

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

 span { border-color: rgb(218,236,224); }

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