Html Css Color HEX #EDFDE0 Panache

📋 copy color: '#EDFDE0'

red 237 ◦ green 253 ◦ blue 224

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

Shades of Panache #EDFDE0

Tints of Panache #EDFDE0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.43%

 BLUE value IS 224 (87.89% from 255) = 31.37%

R = 33.19%
G = 35.43%
B = 31.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#EDFDE0 (or 0xEDFDE0) is known color: Panache. HEX triplet: ED, FD and E0. RGB value is (237,253,224). Sum of RGB (Red+Green+Blue) = 237+253+224=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 253 (99.22% from 255 or 35.43% from 714); Blue value is 224 (87.89% from 255 or 31.37% from 714); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDE0 is #12021F. Grayscale: #F5F5F5. Windows color (decimal): -1180192 or 14745069. OLE color: 14745069.

HSL color Cylindrical-coordinate representation of color #EDFDE0: hue angle of 93.1º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDFDE0 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 253 224 -
CMYK 0.06 0 0.11 0.01
HSL 93.1º 0.88% 0.94% -
HSV(B) 93.1º 0.11% 0.99% -
XYZ 83.5 93.64 84.19 -
YUV 244.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 237 253 224 0.06 0 0.11 0.01 93.1 0.88 0.94
Hex ED FD E0 6 0 B 1 5D 58 5E
Octal 355 375 340 6 0 13 1 135 130 136
Binary 11101101 11111101 11100000 110 0 1011 1 1011101 1011000 1011110

Color Harmonies of #EDFDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDE0

Black with #EDFDE0

Text Example


Text Example

White with #EDFDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDE0; }

 p { color: rgb(237,253,224); }

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

background-color css

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

 a { background-color: rgb(237,253,224); }

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

border-color css

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

 span { border-color: rgb(237,253,224); }

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