#E6F3DF

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

Shades of Panache #E6F3DF

Tints of Panache #E6F3DF

Color information

#E6F3DF (or 0xE6F3DF) is unknown color: approx Panache. HEX triplet: E6, F3 and DF. RGB value is (230,243,223). Sum of RGB (Red+Green+Blue) = 230+243+223=696 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.05% from 696); Green value is 243 (95.31% from 255 or 34.91% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 243 - color contains mainly: green. Hex color #E6F3DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F3DF is #190C20. Grayscale: #ECECEC. Windows color (decimal): -1641505 or 14676966. OLE color: 14676966.

HSL color Cylindrical-coordinate representation of color #E6F3DF: hue angle of 99º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6F3DF is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB230243223-
CMYK0.0500.080.05
HSL99º45.45%91.37%-
HSV(B)99º8.23%95.29%-
XYZ7886.2582.35-
YUV236.83120.19123.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.05%
GREEN value IS 243 (95.31% from 255) = 34.91%
BLUE value IS 223 (87.5% from 255) = 32.04%
R=33.05%
G=34.91%
B=32.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302432230.0500.080.059945.4591.37
HexE6F3DF5085632d5b
Octal3463633375010514355133
Binary1110011011110011110111111010100010111000111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F3DF; }

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

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

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

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

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

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

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

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