Html Css Color HEX #EDFAE7 Panache

📋 copy color: '#EDFAE7'

red 237 ◦ green 250 ◦ blue 231

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

Shades of Panache #EDFAE7

Tints of Panache #EDFAE7

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.82%

 BLUE value IS 231 (90.63% from 255) = 32.17%

R = 33.01%
G = 34.82%
B = 32.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#EDFAE7 (or 0xEDFAE7) is known color: Panache. HEX triplet: ED, FA and E7. RGB value is (237,250,231). Sum of RGB (Red+Green+Blue) = 237+250+231=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 231 (90.62% from 255 or 32.17% from 718); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAE7 is #120518. Grayscale: #F4F4F4. Windows color (decimal): -1180953 or 15203053. OLE color: 15203053.

HSL color Cylindrical-coordinate representation of color #EDFAE7: hue angle of 101.05º degrees, saturation: 0.66, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDFAE7 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 250 231 -
CMYK 0.05 0 0.08 0.02
HSL 101.05º 0.66% 0.94% -
HSV(B) 101.05º 0.08% 0.98% -
XYZ 83.53 92.15 88.98 -
YUV 243.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 237 250 231 0.05 0 0.08 0.02 101.05 0.66 0.94
Hex ED FA E7 5 0 8 2 65 42 5E
Octal 355 372 347 5 0 10 2 145 102 136
Binary 11101101 11111010 11100111 101 0 1000 10 1100101 1000010 1011110

Color Harmonies of #EDFAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAE7

Black with #EDFAE7

Text Example


Text Example

White with #EDFAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAE7; }

 p { color: rgb(237,250,231); }

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

background-color css

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

 a { background-color: rgb(237,250,231); }

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

border-color css

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

 span { border-color: rgb(237,250,231); }

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