#D7EEDC

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

Shades of Swans Down #D7EEDC

Tints of Swans Down #D7EEDC

Color information

#D7EEDC (or 0xD7EEDC) is unknown color: approx Swans Down. HEX triplet: D7, EE and DC. RGB value is (215,238,220). Sum of RGB (Red+Green+Blue) = 215+238+220=673 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.95% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 238 - color contains mainly: green. Hex color #D7EEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EEDC is #281123. Grayscale: #E5E5E5. Windows color (decimal): -2625828 or 14479063. OLE color: 14479063.

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

Color convert

RGB215238220-
CMYK0.1000.080.07
HSL133.04º40.35%88.82%-
HSV(B)133.04º9.66%93.33%-
XYZ71.5280.7679.53-
YUV229.07122.88117.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.95%
GREEN value IS 238 (93.36% from 255) = 35.36%
BLUE value IS 220 (86.33% from 255) = 32.69%
R=31.95%
G=35.36%
B=32.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152382200.1000.080.07133.0440.3588.82
HexD7EEDCA087852859
Octal32735633412010720550131
Binary110101111110111011011100101001000111100001011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EEDC; }

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

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

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

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

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

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

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

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