#D2EADA

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

Shades of Swans Down #D2EADA

Tints of Swans Down #D2EADA

Color information

#D2EADA (or 0xD2EADA) is unknown color: approx Swans Down. HEX triplet: D2, EA and DA. RGB value is (210,234,218). Sum of RGB (Red+Green+Blue) = 210+234+218=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EADA is #2D1525. Grayscale: #E1E1E1. Windows color (decimal): -2954534 or 14346962. OLE color: 14346962.

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

Color convert

RGB210234218-
CMYK0.1000.070.08
HSL140º36.36%87.06%-
HSV(B)140º10.26%91.76%-
XYZ68.6677.6177.69-
YUV225124.05117.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.72%
GREEN value IS 234 (91.80% from 255) = 35.35%
BLUE value IS 218 (85.55% from 255) = 32.93%
R=31.72%
G=35.35%
B=32.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102342180.1000.070.0814036.3687.06
HexD2EADAA0788c2457
Octal32235233212071021444127
Binary110100101110101011011010101001111000100011001001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EADA; }

 p { color: rgb(210,234,218); }

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

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

 a { background-color: rgb(210,234,218); }

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

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

 span { border-color: rgb(210,234,218); }

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