#D0EFD6

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

Shades of Swans Down #D0EFD6

Tints of Swans Down #D0EFD6

Color information

#D0EFD6 (or 0xD0EFD6) is unknown color: approx Swans Down. HEX triplet: D0, EF and D6. RGB value is (208,239,214). Sum of RGB (Red+Green+Blue) = 208+239+214=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 214 (83.98% from 255 or 32.38% from 661); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFD6 is #2F1029. Grayscale: #E2E2E2. Windows color (decimal): -3084330 or 14086096. OLE color: 14086096.

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

Color convert

RGB208239214-
CMYK0.1300.100.06
HSL131.61º49.21%87.65%-
HSV(B)131.61º12.97%93.73%-
XYZ69.028075.42-
YUV226.88120.73114.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.47%
GREEN value IS 239 (93.75% from 255) = 36.16%
BLUE value IS 214 (83.98% from 255) = 32.38%
R=31.47%
G=36.16%
B=32.38%

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
Decimal2082392140.1300.100.06131.6149.2187.65
HexD0EFD6D0A6843158
Octal32035732615012620461130
Binary110100001110111111010110110101010110100001001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EFD6; }

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

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

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

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

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

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

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

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