#D1EFD6

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

Shades of Swans Down #D1EFD6

Tints of Swans Down #D1EFD6

Color information

#D1EFD6 (or 0xD1EFD6) is unknown color: approx Swans Down. HEX triplet: D1, EF and D6. RGB value is (209,239,214). Sum of RGB (Red+Green+Blue) = 209+239+214=662 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.57% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EFD6 is #2E1029. Grayscale: #E3E3E3. Windows color (decimal): -3018794 or 14086097. OLE color: 14086097.

HSL color Cylindrical-coordinate representation of color #D1EFD6: hue angle of 130º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1EFD6 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB209239214-
CMYK0.1300.100.06
HSL130º48.39%87.84%-
HSV(B)130º12.55%93.73%-
XYZ69.380.1475.44-
YUV227.18120.56115.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.57%
GREEN value IS 239 (93.75% from 255) = 36.10%
BLUE value IS 214 (83.98% from 255) = 32.33%
R=31.57%
G=36.10%
B=32.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092392140.1300.100.0613048.3987.84
HexD1EFD6D0A6823058
Octal32135732615012620260130
Binary110100011110111111010110110101010110100000101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EFD6; }

 p { color: rgb(209,239,214); }

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

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

 a { background-color: rgb(209,239,214); }

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

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

 span { border-color: rgb(209,239,214); }

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