#DAEEE0

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

Shades of Swans Down #DAEEE0

Tints of Swans Down #DAEEE0

Color information

#DAEEE0 (or 0xDAEEE0) is unknown color: approx Swans Down. HEX triplet: DA, EE and E0. RGB value is (218,238,224). Sum of RGB (Red+Green+Blue) = 218+238+224=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEE0 is #25111F. Grayscale: #E6E6E6. Windows color (decimal): -2429216 or 14741210. OLE color: 14741210.

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

Color convert

RGB218238224-
CMYK0.0800.060.07
HSL138º37.04%89.41%-
HSV(B)138º8.4%93.33%-
XYZ72.9481.4482.4-
YUV230.42124.37119.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.06%
GREEN value IS 238 (93.36% from 255) = 35%
BLUE value IS 224 (87.89% from 255) = 32.94%
R=32.06%
G=35%
B=32.94%

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
Decimal2182382240.0800.060.0713837.0489.41
HexDAEEE080678a2559
Octal3323563401006721245131
Binary11011010111011101110000010000110111100010101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEE0; }

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

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

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

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

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

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

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

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