Html Css Color HEX #EDFAE8 Panache

📋 copy color: '#EDFAE8'

red 237 ◦ green 250 ◦ blue 232

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

Shades of Panache #EDFAE8

Tints of Panache #EDFAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 32.27%

R = 32.96%
G = 34.77%
B = 32.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#EDFAE8 (or 0xEDFAE8) is known color: Panache. HEX triplet: ED, FA and E8. RGB value is (237,250,232). Sum of RGB (Red+Green+Blue) = 237+250+232=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 232 (91.02% from 255 or 32.27% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAE8 is #120517. Grayscale: #F4F4F4. Windows color (decimal): -1180952 or 15268589. OLE color: 15268589.

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

Color convert

RGB 237 250 232 -
CMYK 0.05 0 0.07 0.02
HSL 103.33º 0.64% 0.95% -
HSV(B) 103.33º 0.07% 0.98% -
XYZ 83.68 92.2 89.73 -
YUV 244.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 237 250 232 0.05 0 0.07 0.02 103.33 0.64 0.95
Hex ED FA E8 5 0 7 2 67 40 5F
Octal 355 372 350 5 0 7 2 147 100 137
Binary 11101101 11111010 11101000 101 0 111 10 1100111 1000000 1011111

Color Harmonies of #EDFAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAE8

Black with #EDFAE8

Text Example


Text Example

White with #EDFAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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