Html Css Color HEX #EDFBE2 Panache

📋 copy color: '#EDFBE2'

red 237 ◦ green 251 ◦ blue 226

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

Shades of Panache #EDFBE2

Tints of Panache #EDFBE2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 35.15%

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

R = 33.19%
G = 35.15%
B = 31.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#EDFBE2 (or 0xEDFBE2) is known color: Panache. HEX triplet: ED, FB and E2. RGB value is (237,251,226). Sum of RGB (Red+Green+Blue) = 237+251+226=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 251 (98.44% from 255 or 35.15% from 714); Blue value is 226 (88.67% from 255 or 31.65% from 714); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBE2 is #12041D. Grayscale: #F4F4F4. Windows color (decimal): -1180702 or 14875629. OLE color: 14875629.

HSL color Cylindrical-coordinate representation of color #EDFBE2: hue angle of 93.6º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDFBE2 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 251 226 -
CMYK 0.06 0 0.10 0.02
HSL 93.6º 0.76% 0.94% -
HSV(B) 93.6º 0.1% 0.98% -
XYZ 83.15 92.49 85.42 -
YUV 243.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 237 251 226 0.06 0 0.10 0.02 93.6 0.76 0.94
Hex ED FB E2 6 0 A 2 5E 4C 5E
Octal 355 373 342 6 0 12 2 136 114 136
Binary 11101101 11111011 11100010 110 0 1010 10 1011110 1001100 1011110

Color Harmonies of #EDFBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBE2

Black with #EDFBE2

Text Example


Text Example

White with #EDFBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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