#D6F0E0

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

Shades of Swans Down #D6F0E0

Tints of Swans Down #D6F0E0

Color information

#D6F0E0 (or 0xD6F0E0) is unknown color: approx Swans Down. HEX triplet: D6, F0 and E0. RGB value is (214,240,224). Sum of RGB (Red+Green+Blue) = 214+240+224=678 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.56% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F0E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F0E0 is #290F1F. Grayscale: #E6E6E6. Windows color (decimal): -2690848 or 14741718. OLE color: 14741718.

HSL color Cylindrical-coordinate representation of color #D6F0E0: hue angle of 143.08º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6F0E0 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB214240224-
CMYK0.1100.070.06
HSL143.08º46.43%89.02%-
HSV(B)143.08º10.83%94.12%-
XYZ72.358282.54-
YUV230.4124.39116.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.56%
GREEN value IS 240 (94.14% from 255) = 35.40%
BLUE value IS 224 (87.89% from 255) = 33.04%
R=31.56%
G=35.40%
B=33.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142402240.1100.070.06143.0846.4389.02
HexD6F0E0B0768f2e59
Octal3263603401307621756131
Binary11010110111100001110000010110111110100011111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F0E0; }

 p { color: rgb(214,240,224); }

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

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

 a { background-color: rgb(214,240,224); }

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

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

 span { border-color: rgb(214,240,224); }

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