#DAEAE0

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

Shades of Swans Down #DAEAE0

Tints of Swans Down #DAEAE0

Color information

#DAEAE0 (or 0xDAEAE0) is unknown color: approx Swans Down. HEX triplet: DA, EA and E0. RGB value is (218,234,224). Sum of RGB (Red+Green+Blue) = 218+234+224=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAE0 is #25151F. Grayscale: #E4E4E4. Windows color (decimal): -2430240 or 14740186. OLE color: 14740186.

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

Color convert

RGB218234224-
CMYK0.0700.040.08
HSL142.5º27.59%88.63%-
HSV(B)142.5º6.84%91.76%-
XYZ71.7979.1382.01-
YUV228.08125.7120.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.25%
GREEN value IS 234 (91.80% from 255) = 34.62%
BLUE value IS 224 (87.89% from 255) = 33.14%
R=32.25%
G=34.62%
B=33.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182342240.0700.040.08142.527.5988.63
HexDAEAE070488e1c59
Octal3323523407041021634131
Binary1101101011101010111000001110100100010001110111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAE0; }

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

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

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

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

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

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

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

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