Html Css Color HEX #EDF6EA Panache

📋 copy color: '#EDF6EA'

red 237 ◦ green 246 ◦ blue 234

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

Shades of Panache #EDF6EA

Tints of Panache #EDF6EA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 34.31%

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

R = 33.05%
G = 34.31%
B = 32.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#EDF6EA (or 0xEDF6EA) is known color: Panache. HEX triplet: ED, F6 and EA. RGB value is (237,246,234). Sum of RGB (Red+Green+Blue) = 237+246+234=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 246 (96.48% from 255 or 34.31% from 717); Blue value is 234 (91.80% from 255 or 32.64% from 717); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF6EA is #120915. Grayscale: #F1F1F1. Windows color (decimal): -1181974 or 15398637. OLE color: 15398637.

HSL color Cylindrical-coordinate representation of color #EDF6EA: hue angle of 105º degrees, saturation: 0.4, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDF6EA is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 234 -
CMYK 0.04 0 0.05 0.04
HSL 105º 0.4% 0.94% -
HSV(B) 105º 0.05% 0.96% -
XYZ 82.73 89.86 90.83 -
YUV 241.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 237 246 234 0.04 0 0.05 0.04 105 0.4 0.94
Hex ED F6 EA 4 0 5 4 69 28 5E
Octal 355 366 352 4 0 5 4 151 50 136
Binary 11101101 11110110 11101010 100 0 101 100 1101001 101000 1011110

Color Harmonies of #EDF6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF6EA

Black with #EDF6EA

Text Example


Text Example

White with #EDF6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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