#E6F2DD

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

Shades of Panache #E6F2DD

Tints of Panache #E6F2DD

Color information

#E6F2DD (or 0xE6F2DD) is unknown color: approx Panache. HEX triplet: E6, F2 and DD. RGB value is (230,242,221). Sum of RGB (Red+Green+Blue) = 230+242+221=693 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.19% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F2DD is #190D22. Grayscale: #ECECEC. Windows color (decimal): -1641763 or 14545638. OLE color: 14545638.

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

Color convert

RGB230242221-
CMYK0.0500.090.05
HSL94.29º44.68%90.78%-
HSV(B)94.29º8.68%94.9%-
XYZ77.4485.5580.84-
YUV236.02119.52123.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.19%
GREEN value IS 242 (94.92% from 255) = 34.92%
BLUE value IS 221 (86.72% from 255) = 31.89%
R=33.19%
G=34.92%
B=31.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302422210.0500.090.0594.2944.6890.78
HexE6F2DD50955e2d5b
Octal3463623355011513655133
Binary1110011011110010110111011010100110110111101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F2DD; }

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

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

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

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

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

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

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

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