Html Css Color HEX #EDFFE1 Panache

📋 copy color: '#EDFFE1'

red 237 ◦ green 255 ◦ blue 225

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

Shades of Panache #EDFFE1

Tints of Panache #EDFFE1

RGB

 RED value IS 237 (92.97% from 255) = 33.05%

 GREEN value IS 255 (100% from 255) = 35.56%

 BLUE value IS 225 (88.28% from 255) = 31.38%

R = 33.05%
G = 35.56%
B = 31.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#EDFFE1 (or 0xEDFFE1) is known color: Panache. HEX triplet: ED, FF and E1. RGB value is (237,255,225). Sum of RGB (Red+Green+Blue) = 237+255+225=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 255 (100% from 255 or 35.56% from 717); Blue value is 225 (88.28% from 255 or 31.38% from 717); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFE1 is #12001E. Grayscale: #F6F6F6. Windows color (decimal): -1179679 or 14811117. OLE color: 14811117.

HSL color Cylindrical-coordinate representation of color #EDFFE1: hue angle of 96º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDFFE1 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 237 255 225 -
CMYK 0.07 0 0.12 0
HSL 96º 1% 0.94% -
HSV(B) 96º 0.12% 1% -
XYZ 84.28 94.96 85.12 -
YUV 246.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 237 255 225 0.07 0 0.12 0 96 1 0.94
Hex ED FF E1 7 0 C 0 60 64 5E
Octal 355 377 341 7 0 14 0 140 144 136
Binary 11101101 11111111 11100001 111 0 1100 0 1100000 1100100 1011110

Color Harmonies of #EDFFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFFE1

Black with #EDFFE1

Text Example


Text Example

White with #EDFFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFFE1; }

 p { color: rgb(237,255,225); }

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

background-color css

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

 a { background-color: rgb(237,255,225); }

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

border-color css

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

 span { border-color: rgb(237,255,225); }

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