#D7EFDD

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

Shades of Swans Down #D7EFDD

Tints of Swans Down #D7EFDD

Color information

#D7EFDD (or 0xD7EFDD) is unknown color: approx Swans Down. HEX triplet: D7, EF and DD. RGB value is (215,239,221). Sum of RGB (Red+Green+Blue) = 215+239+221=675 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.85% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #D7EFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EFDD is #281022. Grayscale: #E5E5E5. Windows color (decimal): -2625571 or 14544855. OLE color: 14544855.

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

Color convert

RGB215239221-
CMYK0.1000.080.06
HSL135º42.86%89.02%-
HSV(B)135º10.04%93.73%-
XYZ71.9481.480.33-
YUV229.77123.05117.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.85%
GREEN value IS 239 (93.75% from 255) = 35.41%
BLUE value IS 221 (86.72% from 255) = 32.74%
R=31.85%
G=35.41%
B=32.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2152392210.1000.080.0613542.8689.02
HexD7EFDDA086872b59
Octal32735733512010620753131
Binary110101111110111111011101101001000110100001111010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EFDD; }

 p { color: rgb(215,239,221); }

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

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

 a { background-color: rgb(215,239,221); }

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

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

 span { border-color: rgb(215,239,221); }

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