#E6FADD

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

Shades of Panache #E6FADD

Tints of Panache #E6FADD

Color information

#E6FADD (or 0xE6FADD) is unknown color: approx Panache. HEX triplet: E6, FA and DD. RGB value is (230,250,221). Sum of RGB (Red+Green+Blue) = 230+250+221=701 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.81% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FADD is #190522. Grayscale: #F0F0F0. Windows color (decimal): -1639715 or 14547686. OLE color: 14547686.

HSL color Cylindrical-coordinate representation of color #E6FADD: hue angle of 101.38º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6FADD is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB230250221-
CMYK0.0800.120.02
HSL101.38º74.36%92.35%-
HSV(B)101.38º11.6%98.04%-
XYZ79.8790.4181.65-
YUV240.71116.87120.36-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.81%
GREEN value IS 250 (98.05% from 255) = 35.66%
BLUE value IS 221 (86.72% from 255) = 31.53%
R=32.81%
G=35.66%
B=31.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302502210.0800.120.02101.3874.3692.35
HexE6FADD80C2654a5c
Octal346372335100142145112134
Binary11100110111110101101110110000110010110010110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FADD; }

 p { color: rgb(230,250,221); }

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

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

 a { background-color: rgb(230,250,221); }

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

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

 span { border-color: rgb(230,250,221); }

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