#E6FBDA

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

Shades of Panache #E6FBDA

Tints of Panache #E6FBDA

Color information

#E6FBDA (or 0xE6FBDA) is unknown color: approx Panache. HEX triplet: E6, FB and DA. RGB value is (230,251,218). Sum of RGB (Red+Green+Blue) = 230+251+218=699 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.90% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 218 (85.55% from 255 or 31.19% from 699); Max value from RGB is 251 - color contains mainly: green. Hex color #E6FBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FBDA is #190425. Grayscale: #F1F1F1. Windows color (decimal): -1639462 or 14351334. OLE color: 14351334.

HSL color Cylindrical-coordinate representation of color #E6FBDA: hue angle of 98.18º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6FBDA is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB230251218-
CMYK0.0800.130.02
HSL98.18º80.49%91.96%-
HSV(B)98.18º13.15%98.43%-
XYZ79.7990.8879.67-
YUV240.96115.04120.18-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.90%
GREEN value IS 251 (98.44% from 255) = 35.91%
BLUE value IS 218 (85.55% from 255) = 31.19%
R=32.90%
G=35.91%
B=31.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302512180.0800.130.0298.1880.4991.96
HexE6FBDA80D262505c
Octal346373332100152142120134
Binary11100110111110111101101010000110110110001010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FBDA; }

 p { color: rgb(230,251,218); }

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

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

 a { background-color: rgb(230,251,218); }

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

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

 span { border-color: rgb(230,251,218); }

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