Html Css Color HEX #EDFEE1 Panache

📋 copy color: '#EDFEE1'

red 237 ◦ green 254 ◦ blue 225

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

Shades of Panache #EDFEE1

Tints of Panache #EDFEE1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 35.47%

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

R = 33.1%
G = 35.47%
B = 31.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#EDFEE1 (or 0xEDFEE1) is known color: Panache. HEX triplet: ED, FE and E1. RGB value is (237,254,225). Sum of RGB (Red+Green+Blue) = 237+254+225=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 254 (99.61% from 255 or 35.47% from 716); Blue value is 225 (88.28% from 255 or 31.42% from 716); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEE1 is #12011E. Grayscale: #F5F5F5. Windows color (decimal): -1179935 or 14810861. OLE color: 14810861.

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

Color convert

RGB 237 254 225 -
CMYK 0.07 0 0.11 0.00
HSL 95.17º 0.94% 0.94% -
HSV(B) 95.17º 0.11% 1% -
XYZ 83.96 94.32 85.02 -
YUV 245.61 116.37 121.86 -
System Red Green Blue C M Y K H S L
Decimal 237 254 225 0.07 0 0.11 0.00 95.17 0.94 0.94
Hex ED FE E1 7 0 B 0 5F 5E 5E
Octal 355 376 341 7 0 13 0 137 136 136
Binary 11101101 11111110 11100001 111 0 1011 0 1011111 1011110 1011110

Color Harmonies of #EDFEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFEE1

Black with #EDFEE1

Text Example


Text Example

White with #EDFEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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