Html Css Color HEX #EDF2EA Panache

📋 copy color: '#EDF2EA'

red 237 ◦ green 242 ◦ blue 234

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

Shades of Panache #EDF2EA

Tints of Panache #EDF2EA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.94%

 BLUE value IS 234 (91.8% from 255) = 32.82%

R = 33.24%
G = 33.94%
B = 32.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#EDF2EA (or 0xEDF2EA) is known color: Panache. HEX triplet: ED, F2 and EA. RGB value is (237,242,234). Sum of RGB (Red+Green+Blue) = 237+242+234=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 234 (91.80% from 255 or 32.82% from 713); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2EA is #120D15. Grayscale: #EFEFEF. Windows color (decimal): -1182998 or 15397613. OLE color: 15397613.

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

Color convert

RGB 237 242 234 -
CMYK 0.02 0 0.03 0.05
HSL 97.5º 0.24% 0.93% -
HSV(B) 97.5º 0.03% 0.95% -
XYZ 81.53 87.45 90.42 -
YUV 239.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 237 242 234 0.02 0 0.03 0.05 97.5 0.24 0.93
Hex ED F2 EA 2 0 3 5 62 18 5D
Octal 355 362 352 2 0 3 5 142 30 135
Binary 11101101 11110010 11101010 10 0 11 101 1100010 11000 1011101

Color Harmonies of #EDF2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2EA

Black with #EDF2EA

Text Example


Text Example

White with #EDF2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2EA; }

 p { color: rgb(237,242,234); }

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

background-color css

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

 a { background-color: rgb(237,242,234); }

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

border-color css

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

 span { border-color: rgb(237,242,234); }

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