#DAEBE0

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

Shades of Swans Down #DAEBE0

Tints of Swans Down #DAEBE0

Color information

#DAEBE0 (or 0xDAEBE0) is unknown color: approx Swans Down. HEX triplet: DA, EB and E0. RGB value is (218,235,224). Sum of RGB (Red+Green+Blue) = 218+235+224=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 224 (87.89% from 255 or 33.09% from 677); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBE0 is #25141F. Grayscale: #E4E4E4. Windows color (decimal): -2429984 or 14740442. OLE color: 14740442.

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

Color convert

RGB218235224-
CMYK0.0700.050.08
HSL141.18º29.82%88.82%-
HSV(B)141.18º7.23%92.16%-
XYZ72.0879.782.11-
YUV228.66125.37120.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.20%
GREEN value IS 235 (92.19% from 255) = 34.71%
BLUE value IS 224 (87.89% from 255) = 33.09%
R=32.20%
G=34.71%
B=33.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182352240.0700.050.08141.1829.8288.82
HexDAEBE070588d1e59
Octal3323533407051021536131
Binary1101101011101011111000001110101100010001101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBE0; }

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

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

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

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

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

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

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

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