#DAEBDE

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

Shades of Swans Down #DAEBDE

Tints of Swans Down #DAEBDE

Color information

#DAEBDE (or 0xDAEBDE) is unknown color: approx Swans Down. HEX triplet: DA, EB and DE. RGB value is (218,235,222). Sum of RGB (Red+Green+Blue) = 218+235+222=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBDE is #251421. Grayscale: #E4E4E4. Windows color (decimal): -2429986 or 14609370. OLE color: 14609370.

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

Color convert

RGB218235222-
CMYK0.0700.060.08
HSL134.12º29.82%88.82%-
HSV(B)134.12º7.23%92.16%-
XYZ71.8179.680.69-
YUV228.44124.37120.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.30%
GREEN value IS 235 (92.19% from 255) = 34.81%
BLUE value IS 222 (87.11% from 255) = 32.89%
R=32.30%
G=34.81%
B=32.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182352220.0700.060.08134.1229.8288.82
HexDAEBDE7068861e59
Octal3323533367061020636131
Binary1101101011101011110111101110110100010000110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBDE; }

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

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

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

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

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

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

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

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