#DAEFE0

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

Shades of Swans Down #DAEFE0

Tints of Swans Down #DAEFE0

Color information

#DAEFE0 (or 0xDAEFE0) is unknown color: approx Swans Down. HEX triplet: DA, EF and E0. RGB value is (218,239,224). Sum of RGB (Red+Green+Blue) = 218+239+224=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFE0 is #25101F. Grayscale: #E7E7E7. Windows color (decimal): -2428960 or 14741466. OLE color: 14741466.

HSL color Cylindrical-coordinate representation of color #DAEFE0: hue angle of 137.14º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAEFE0 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB218239224-
CMYK0.0900.060.06
HSL137.14º39.62%89.61%-
HSV(B)137.14º8.79%93.73%-
XYZ73.2382.0282.49-
YUV231.01124.04118.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.01%
GREEN value IS 239 (93.75% from 255) = 35.10%
BLUE value IS 224 (87.89% from 255) = 32.89%
R=32.01%
G=35.10%
B=32.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182392240.0900.060.06137.1439.6289.61
HexDAEFE0906689285a
Octal3323573401106621150132
Binary11011010111011111110000010010110110100010011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFE0; }

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

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

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

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

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

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

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

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