#E6FCDC

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

Shades of Panache #E6FCDC

Tints of Panache #E6FCDC

Color information

#E6FCDC (or 0xE6FCDC) is unknown color: approx Panache. HEX triplet: E6, FC and DC. RGB value is (230,252,220). Sum of RGB (Red+Green+Blue) = 230+252+220=702 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.76% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 252 - color contains mainly: green. Hex color #E6FCDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FCDC is #190323. Grayscale: #F1F1F1. Windows color (decimal): -1639204 or 14482662. OLE color: 14482662.

HSL color Cylindrical-coordinate representation of color #E6FCDC: hue angle of 101.25º degrees, saturation: 0.84, 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 #E6FCDC is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB230252220-
CMYK0.0900.130.01
HSL101.25º84.21%92.55%-
HSV(B)101.25º12.7%98.82%-
XYZ80.3691.6181.16-
YUV241.77115.71119.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.76%
GREEN value IS 252 (98.83% from 255) = 35.90%
BLUE value IS 220 (86.33% from 255) = 31.34%
R=32.76%
G=35.90%
B=31.34%

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
Decimal2302522200.0900.130.01101.2584.2192.55
HexE6FCDC90D165545d
Octal346374334110151145124135
Binary1110011011111100110111001001011011110010110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FCDC; }

 p { color: rgb(230,252,220); }

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

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

 a { background-color: rgb(230,252,220); }

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

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

 span { border-color: rgb(230,252,220); }

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