Html Css Color HEX #E5F2DE Panache

📋 copy color: '#E5F2DE'

red 229 ◦ green 242 ◦ blue 222

#E5F2DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Panache #E5F2DE

Tints of Panache #E5F2DE

RGB

 RED value IS 229 (89.84% from 255) = 33.04%

 GREEN value IS 242 (94.92% from 255) = 34.92%

 BLUE value IS 222 (87.11% from 255) = 32.03%

R = 33.04%
G = 34.92%
B = 32.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#E5F2DE (or 0xE5F2DE) is known color: Panache. HEX triplet: E5, F2 and DE. RGB value is (229,242,222). Sum of RGB (Red+Green+Blue) = 229+242+222=693 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.04% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F2DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F2DE is #1A0D21. Grayscale: #EBEBEB. Windows color (decimal): -1707298 or 14611173. OLE color: 14611173.

HSL color Cylindrical-coordinate representation of color #E5F2DE: hue angle of 99º degrees, saturation: 0.43, 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 #E5F2DE is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 242 222 -
CMYK 0.05 0 0.08 0.05
HSL 99º 0.43% 0.91% -
HSV(B) 99º 0.08% 0.95% -
XYZ 77.25 85.44 81.53 -
YUV 235.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 229 242 222 0.05 0 0.08 0.05 99 0.43 0.91
Hex E5 F2 DE 5 0 8 5 63 2B 5B
Octal 345 362 336 5 0 10 5 143 53 133
Binary 11100101 11110010 11011110 101 0 1000 101 1100011 101011 1011011

Color Harmonies of #E5F2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5F2DE

Black with #E5F2DE

Text Example


Text Example

White with #E5F2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5F2DE; }

 p { color: rgb(229,242,222); }

 H1.HeaderClassName
 {
   color: #E5F2DE;
 }
 .AnyTagClassName
 {
   color: #E5F2DE;
 }
</style>

background-color css

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

 a { background-color: rgb(229,242,222); }

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

border-color css

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

 span { border-color: rgb(229,242,222); }

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