#E6FDDF

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

Shades of Panache #E6FDDF

Tints of Panache #E6FDDF

Color information

#E6FDDF (or 0xE6FDDF) is unknown color: approx Panache. HEX triplet: E6, FD and DF. RGB value is (230,253,223). Sum of RGB (Red+Green+Blue) = 230+253+223=706 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.58% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 223 (87.5% from 255 or 31.59% from 706); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FDDF is #190220. Grayscale: #F2F2F2. Windows color (decimal): -1638945 or 14679526. OLE color: 14679526.

HSL color Cylindrical-coordinate representation of color #E6FDDF: hue angle of 106º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6FDDF is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB230253223-
CMYK0.0900.120.01
HSL106º88.24%93.33%-
HSV(B)106º11.86%99.22%-
XYZ81.0892.483.37-
YUV242.7116.88118.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.58%
GREEN value IS 253 (99.22% from 255) = 35.84%
BLUE value IS 223 (87.5% from 255) = 31.59%
R=32.58%
G=35.84%
B=31.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302532230.0900.120.0110688.2493.33
HexE6FDDF90C16a585d
Octal346375337110141152130135
Binary1110011011111101110111111001011001110101010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FDDF; }

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

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

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

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

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

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

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

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