#D6F1DF

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

Shades of Swans Down #D6F1DF

Tints of Swans Down #D6F1DF

Color information

#D6F1DF (or 0xD6F1DF) is unknown color: approx Swans Down. HEX triplet: D6, F1 and DF. RGB value is (214,241,223). Sum of RGB (Red+Green+Blue) = 214+241+223=678 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.56% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F1DF is #290E20. Grayscale: #E6E6E6. Windows color (decimal): -2690593 or 14676438. OLE color: 14676438.

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

Color convert

RGB214241223-
CMYK0.1100.070.05
HSL140º49.09%89.22%-
HSV(B)140º11.2%94.51%-
XYZ72.5182.5381.92-
YUV230.87123.55115.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.56%
GREEN value IS 241 (94.53% from 255) = 35.55%
BLUE value IS 223 (87.5% from 255) = 32.89%
R=31.56%
G=35.55%
B=32.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142412230.1100.070.0514049.0989.22
HexD6F1DFB0758c3159
Octal3263613371307521461131
Binary11010110111100011101111110110111101100011001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F1DF; }

 p { color: rgb(214,241,223); }

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

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

 a { background-color: rgb(214,241,223); }

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

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

 span { border-color: rgb(214,241,223); }

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