#D0EEDA

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

Shades of Swans Down #D0EEDA

Tints of Swans Down #D0EEDA

Color information

#D0EEDA (or 0xD0EEDA) is unknown color: approx Swans Down. HEX triplet: D0, EE and DA. RGB value is (208,238,218). Sum of RGB (Red+Green+Blue) = 208+238+218=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EEDA is #2F1125. Grayscale: #E2E2E2. Windows color (decimal): -3084582 or 14347984. OLE color: 14347984.

HSL color Cylindrical-coordinate representation of color #D0EEDA: hue angle of 140º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0EEDA is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB208238218-
CMYK0.1300.080.07
HSL140º46.88%87.45%-
HSV(B)140º12.61%93.33%-
XYZ69.2479.6278.05-
YUV226.75123.06114.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.33%
GREEN value IS 238 (93.36% from 255) = 35.84%
BLUE value IS 218 (85.55% from 255) = 32.83%
R=31.33%
G=35.84%
B=32.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082382180.1300.080.0714046.8887.45
HexD0EEDAD0878c2f57
Octal32035633215010721457127
Binary110100001110111011011010110101000111100011001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EEDA; }

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

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

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

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

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

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

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

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