#DAEFE2

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

Shades of Swans Down #DAEFE2

Tints of Swans Down #DAEFE2

Color information

#DAEFE2 (or 0xDAEFE2) is unknown color: approx Swans Down. HEX triplet: DA, EF and E2. RGB value is (218,239,226). Sum of RGB (Red+Green+Blue) = 218+239+226=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFE2 is #25101D. Grayscale: #E7E7E7. Windows color (decimal): -2428958 or 14872538. OLE color: 14872538.

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

Color convert

RGB218239226-
CMYK0.0900.050.06
HSL142.86º39.62%89.61%-
HSV(B)142.86º8.79%93.73%-
XYZ73.5182.1383.93-
YUV231.24125.04118.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.92%
GREEN value IS 239 (93.75% from 255) = 34.99%
BLUE value IS 226 (88.67% from 255) = 33.09%
R=31.92%
G=34.99%
B=33.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182392260.0900.050.06142.8639.6289.61
HexDAEFE290568f285a
Octal3323573421105621750132
Binary11011010111011111110001010010101110100011111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFE2; }

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

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

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

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

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

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

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

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