#DAECDE

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

Shades of Swans Down #DAECDE

Tints of Swans Down #DAECDE

Color information

#DAECDE (or 0xDAECDE) is unknown color: approx Swans Down. HEX triplet: DA, EC and DE. RGB value is (218,236,222). Sum of RGB (Red+Green+Blue) = 218+236+222=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECDE is #251321. Grayscale: #E5E5E5. Windows color (decimal): -2429730 or 14609626. OLE color: 14609626.

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

Color convert

RGB218236222-
CMYK0.0800.060.07
HSL133.33º32.14%89.02%-
HSV(B)133.33º7.63%92.55%-
XYZ72.0980.1780.78-
YUV229.02124.04120.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.25%
GREEN value IS 236 (92.58% from 255) = 34.91%
BLUE value IS 222 (87.11% from 255) = 32.84%
R=32.25%
G=34.91%
B=32.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182362220.0800.060.07133.3332.1489.02
HexDAECDE8067852059
Octal3323543361006720540131
Binary11011010111011001101111010000110111100001011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECDE; }

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

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

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

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

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

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

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

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