#D6E8DA

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

Shades of Swans Down #D6E8DA

Tints of Swans Down #D6E8DA

Color information

#D6E8DA (or 0xD6E8DA) is unknown color: approx Swans Down. HEX triplet: D6, E8 and DA. RGB value is (214,232,218). Sum of RGB (Red+Green+Blue) = 214+232+218=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 232 (91.02% from 255 or 34.94% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E8DA is #291725. Grayscale: #E1E1E1. Windows color (decimal): -2692902 or 14346454. OLE color: 14346454.

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

Color convert

RGB214232218-
CMYK0.0800.060.09
HSL133.33º28.12%87.45%-
HSV(B)133.33º7.76%90.98%-
XYZ69.2477.0777.56-
YUV225.02124.04120.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.23%
GREEN value IS 232 (91.02% from 255) = 34.94%
BLUE value IS 218 (85.55% from 255) = 32.83%
R=32.23%
G=34.94%
B=32.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142322180.0800.060.09133.3328.1287.45
HexD6E8DA8069851c57
Octal32635033210061120534127
Binary11010110111010001101101010000110100110000101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E8DA; }

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

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

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

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

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

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

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

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