Html Css Color HEX #EDFEE2 Panache

📋 copy color: '#EDFEE2'

red 237 ◦ green 254 ◦ blue 226

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

Shades of Panache #EDFEE2

Tints of Panache #EDFEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 31.52%

R = 33.05%
G = 35.43%
B = 31.52%

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

#EDFEE2 (or 0xEDFEE2) is known color: Panache. HEX triplet: ED, FE and E2. RGB value is (237,254,226). Sum of RGB (Red+Green+Blue) = 237+254+226=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 254 (99.61% from 255 or 35.43% from 717); Blue value is 226 (88.67% from 255 or 31.52% from 717); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEE2 is #12011D. Grayscale: #F5F5F5. Windows color (decimal): -1179934 or 14876397. OLE color: 14876397.

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

Color convert

RGB 237 254 226 -
CMYK 0.07 0 0.11 0.00
HSL 96.43º 0.93% 0.94% -
HSV(B) 96.43º 0.11% 1% -
XYZ 84.09 94.38 85.74 -
YUV 245.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 237 254 226 0.07 0 0.11 0.00 96.43 0.93 0.94
Hex ED FE E2 7 0 B 0 60 5D 5E
Octal 355 376 342 7 0 13 0 140 135 136
Binary 11101101 11111110 11100010 111 0 1011 0 1100000 1011101 1011110

Color Harmonies of #EDFEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFEE2

Black with #EDFEE2

Text Example


Text Example

White with #EDFEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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