Html Css Color HEX #EDF5E6 Panache

📋 copy color: '#EDF5E6'

red 237 ◦ green 245 ◦ blue 230

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

Shades of Panache #EDF5E6

Tints of Panache #EDF5E6

RGB

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

 GREEN value IS 245 (96.09% from 255) = 34.41%

 BLUE value IS 230 (90.23% from 255) = 32.3%

R = 33.29%
G = 34.41%
B = 32.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#EDF5E6 (or 0xEDF5E6) is known color: Panache. HEX triplet: ED, F5 and E6. RGB value is (237,245,230). Sum of RGB (Red+Green+Blue) = 237+245+230=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 245 (96.09% from 255 or 34.41% from 712); Blue value is 230 (90.23% from 255 or 32.30% from 712); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5E6 is #120A19. Grayscale: #F0F0F0. Windows color (decimal): -1182234 or 15136237. OLE color: 15136237.

HSL color Cylindrical-coordinate representation of color #EDF5E6: hue angle of 92º degrees, saturation: 0.43, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDF5E6 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 230 -
CMYK 0.03 0 0.06 0.04
HSL 92º 0.43% 0.93% -
HSV(B) 92º 0.06% 0.96% -
XYZ 81.86 89.02 87.73 -
YUV 240.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 237 245 230 0.03 0 0.06 0.04 92 0.43 0.93
Hex ED F5 E6 3 0 6 4 5C 2B 5D
Octal 355 365 346 3 0 6 4 134 53 135
Binary 11101101 11110101 11100110 11 0 110 100 1011100 101011 1011101

Color Harmonies of #EDF5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF5E6

Black with #EDF5E6

Text Example


Text Example

White with #EDF5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF5E6; }

 p { color: rgb(237,245,230); }

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

background-color css

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

 a { background-color: rgb(237,245,230); }

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

border-color css

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

 span { border-color: rgb(237,245,230); }

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