#E6FADF

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

Shades of Panache #E6FADF

Tints of Panache #E6FADF

Color information

#E6FADF (or 0xE6FADF) is unknown color: approx Panache. HEX triplet: E6, FA and DF. RGB value is (230,250,223). Sum of RGB (Red+Green+Blue) = 230+250+223=703 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.72% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 223 (87.5% from 255 or 31.72% from 703); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FADF is #190520. Grayscale: #F1F1F1. Windows color (decimal): -1639713 or 14678758. OLE color: 14678758.

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

Color convert

RGB230250223-
CMYK0.0800.110.02
HSL104.44º72.97%92.75%-
HSV(B)104.44º10.8%98.04%-
XYZ80.1490.5283.06-
YUV240.94117.87120.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.72%
GREEN value IS 250 (98.05% from 255) = 35.56%
BLUE value IS 223 (87.5% from 255) = 31.72%
R=32.72%
G=35.56%
B=31.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302502230.0800.110.02104.4472.9792.75
HexE6FADF80B268495d
Octal346372337100132150111135
Binary11100110111110101101111110000101110110100010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FADF; }

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

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

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

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

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

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

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

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