#D6F2DF

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

Shades of Swans Down #D6F2DF

Tints of Swans Down #D6F2DF

Color information

#D6F2DF (or 0xD6F2DF) is unknown color: approx Swans Down. HEX triplet: D6, F2 and DF. RGB value is (214,242,223). Sum of RGB (Red+Green+Blue) = 214+242+223=679 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.52% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2DF is #290D20. Grayscale: #E7E7E7. Windows color (decimal): -2690337 or 14676694. OLE color: 14676694.

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

Color convert

RGB214242223-
CMYK0.1200.080.05
HSL139.29º51.85%89.41%-
HSV(B)139.29º11.57%94.9%-
XYZ72.883.1382.02-
YUV231.46123.22115.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.52%
GREEN value IS 242 (94.92% from 255) = 35.64%
BLUE value IS 223 (87.5% from 255) = 32.84%
R=31.52%
G=35.64%
B=32.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142422230.1200.080.05139.2951.8589.41
HexD6F2DFC0858b3459
Octal32636233714010521364131
Binary110101101111001011011111110001000101100010111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F2DF; }

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

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

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

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

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

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

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

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