#DAEBDD

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

Shades of Swans Down #DAEBDD

Tints of Swans Down #DAEBDD

Color information

#DAEBDD (or 0xDAEBDD) is unknown color: approx Swans Down. HEX triplet: DA, EB and DD. RGB value is (218,235,221). Sum of RGB (Red+Green+Blue) = 218+235+221=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBDD is #251422. Grayscale: #E4E4E4. Windows color (decimal): -2429987 or 14543834. OLE color: 14543834.

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

Color convert

RGB218235221-
CMYK0.0700.060.08
HSL130.59º29.82%88.82%-
HSV(B)130.59º7.23%92.16%-
XYZ71.6779.5479.98-
YUV228.32123.87120.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.34%
GREEN value IS 235 (92.19% from 255) = 34.87%
BLUE value IS 221 (86.72% from 255) = 32.79%
R=32.34%
G=34.87%
B=32.79%

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
Decimal2182352210.0700.060.08130.5929.8288.82
HexDAEBDD7068831e59
Octal3323533357061020336131
Binary1101101011101011110111011110110100010000011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBDD; }

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

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

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

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

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

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

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

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