#D6E7DA

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

Shades of Swans Down #D6E7DA

Tints of Swans Down #D6E7DA

Color information

#D6E7DA (or 0xD6E7DA) is unknown color: approx Swans Down. HEX triplet: D6, E7 and DA. RGB value is (214,231,218). Sum of RGB (Red+Green+Blue) = 214+231+218=663 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.28% from 663); Green value is 231 (90.62% from 255 or 34.84% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E7DA is #291825. Grayscale: #E0E0E0. Windows color (decimal): -2693158 or 14346198. OLE color: 14346198.

HSL color Cylindrical-coordinate representation of color #D6E7DA: hue angle of 134.12º degrees, saturation: 0.26, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6E7DA is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB214231218-
CMYK0.0700.060.09
HSL134.12º26.15%87.25%-
HSV(B)134.12º7.36%90.59%-
XYZ68.9676.5177.46-
YUV224.43124.37120.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.28%
GREEN value IS 231 (90.62% from 255) = 34.84%
BLUE value IS 218 (85.55% from 255) = 32.88%
R=32.28%
G=34.84%
B=32.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142312180.0700.060.09134.1226.1587.25
HexD6E7DA7069861a57
Octal3263473327061120632127
Binary1101011011100111110110101110110100110000110110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E7DA; }

 p { color: rgb(214,231,218); }

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

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

 a { background-color: rgb(214,231,218); }

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

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

 span { border-color: rgb(214,231,218); }

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