#D7EFDE

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

Shades of Swans Down #D7EFDE

Tints of Swans Down #D7EFDE

Color information

#D7EFDE (or 0xD7EFDE) is unknown color: approx Swans Down. HEX triplet: D7, EF and DE. RGB value is (215,239,222). Sum of RGB (Red+Green+Blue) = 215+239+222=676 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.80% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 239 - color contains mainly: green. Hex color #D7EFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EFDE is #281021. Grayscale: #E5E5E5. Windows color (decimal): -2625570 or 14610391. OLE color: 14610391.

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

Color convert

RGB215239222-
CMYK0.1000.070.06
HSL137.5º42.86%89.02%-
HSV(B)137.5º10.04%93.73%-
XYZ72.0881.4581.03-
YUV229.89123.55117.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.80%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 222 (87.11% from 255) = 32.84%
R=31.80%
G=35.36%
B=32.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2152392220.1000.070.06137.542.8689.02
HexD7EFDEA0768a2b59
Octal3273573361207621253131
Binary11010111111011111101111010100111110100010101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EFDE; }

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

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

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

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

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

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

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

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