#E6FDDD

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

Shades of Panache #E6FDDD

Tints of Panache #E6FDDD

Color information

#E6FDDD (or 0xE6FDDD) is unknown color: approx Panache. HEX triplet: E6, FD and DD. RGB value is (230,253,221). Sum of RGB (Red+Green+Blue) = 230+253+221=704 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.67% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 221 (86.72% from 255 or 31.39% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FDDD is #190222. Grayscale: #F2F2F2. Windows color (decimal): -1638947 or 14548454. OLE color: 14548454.

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

Color convert

RGB230253221-
CMYK0.0900.130.01
HSL103.12º88.89%92.94%-
HSV(B)103.12º12.65%99.22%-
XYZ80.8192.2981.96-
YUV242.48115.88119.1-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.67%
GREEN value IS 253 (99.22% from 255) = 35.94%
BLUE value IS 221 (86.72% from 255) = 31.39%
R=32.67%
G=35.94%
B=31.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302532210.0900.130.01103.1288.8992.94
HexE6FDDD90D167595d
Octal346375335110151147131135
Binary1110011011111101110111011001011011110011110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FDDD; }

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

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

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

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

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

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

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

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