#E6FCDF

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

Shades of Panache #E6FCDF

Tints of Panache #E6FCDF

Color information

#E6FCDF (or 0xE6FCDF) is unknown color: approx Panache. HEX triplet: E6, FC and DF. RGB value is (230,252,223). Sum of RGB (Red+Green+Blue) = 230+252+223=705 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.62% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 223 (87.5% from 255 or 31.63% from 705); Max value from RGB is 252 - color contains mainly: green. Hex color #E6FCDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FCDF is #190320. Grayscale: #F2F2F2. Windows color (decimal): -1639201 or 14679270. OLE color: 14679270.

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

Color convert

RGB230252223-
CMYK0.0900.120.01
HSL105.52º82.86%93.14%-
HSV(B)105.52º11.51%98.82%-
XYZ80.7691.7783.27-
YUV242.12117.21119.36-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.62%
GREEN value IS 252 (98.83% from 255) = 35.74%
BLUE value IS 223 (87.5% from 255) = 31.63%
R=32.62%
G=35.74%
B=31.63%

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
Decimal2302522230.0900.120.01105.5282.8693.14
HexE6FCDF90C16a535d
Octal346374337110141152123135
Binary1110011011111100110111111001011001110101010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FCDF; }

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

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

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

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

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

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

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

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