#D8EFDE

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

Shades of Swans Down #D8EFDE

Tints of Swans Down #D8EFDE

Color information

#D8EFDE (or 0xD8EFDE) is unknown color: approx Swans Down. HEX triplet: D8, EF and DE. RGB value is (216,239,222). Sum of RGB (Red+Green+Blue) = 216+239+222=677 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.91% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EFDE is #271021. Grayscale: #E6E6E6. Windows color (decimal): -2560034 or 14610392. OLE color: 14610392.

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

Color convert

RGB216239222-
CMYK0.1000.070.06
HSL135.65º41.82%89.22%-
HSV(B)135.65º9.62%93.73%-
XYZ72.3781.6181.04-
YUV230.18123.38117.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.91%
GREEN value IS 239 (93.75% from 255) = 35.30%
BLUE value IS 222 (87.11% from 255) = 32.79%
R=31.91%
G=35.30%
B=32.79%

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
Decimal2162392220.1000.070.06135.6541.8289.22
HexD8EFDEA076882a59
Octal3303573361207621052131
Binary11011000111011111101111010100111110100010001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EFDE; }

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

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

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

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

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

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

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

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