#D0EED7

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

Shades of Swans Down #D0EED7

Tints of Swans Down #D0EED7

Color information

#D0EED7 (or 0xD0EED7) is unknown color: approx Swans Down. HEX triplet: D0, EE and D7. RGB value is (208,238,215). Sum of RGB (Red+Green+Blue) = 208+238+215=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 215 (84.38% from 255 or 32.53% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EED7 is #2F1128. Grayscale: #E2E2E2. Windows color (decimal): -3084585 or 14151376. OLE color: 14151376.

HSL color Cylindrical-coordinate representation of color #D0EED7: hue angle of 134º 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 #D0EED7 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB208238215-
CMYK0.1300.100.07
HSL134º46.88%87.45%-
HSV(B)134º12.61%93.33%-
XYZ68.8579.4776-
YUV226.41121.56114.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.47%
GREEN value IS 238 (93.36% from 255) = 36.01%
BLUE value IS 215 (84.38% from 255) = 32.53%
R=31.47%
G=36.01%
B=32.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082382150.1300.100.0713446.8887.45
HexD0EED7D0A7862f57
Octal32035632715012720657127
Binary110100001110111011010111110101010111100001101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EED7; }

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

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

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

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

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

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

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

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