Html Css Color HEX #EDFED7 Saltpan

📋 copy color: '#EDFED7'

red 237 ◦ green 254 ◦ blue 215

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

Shades of Saltpan #EDFED7

Tints of Saltpan #EDFED7

RGB

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

 GREEN value IS 254 (99.61% from 255) = 35.98%

 BLUE value IS 215 (84.38% from 255) = 30.45%

R = 33.57%
G = 35.98%
B = 30.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#EDFED7 (or 0xEDFED7) is known color: Saltpan. HEX triplet: ED, FE and D7. RGB value is (237,254,215). Sum of RGB (Red+Green+Blue) = 237+254+215=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 215 (84.38% from 255 or 30.45% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFED7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFED7 is #120128. Grayscale: #F4F4F4. Windows color (decimal): -1179945 or 14155501. OLE color: 14155501.

HSL color Cylindrical-coordinate representation of color #EDFED7: hue angle of 86.15º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDFED7 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 254 215 -
CMYK 0.07 0 0.15 0.00
HSL 86.15º 0.95% 0.92% -
HSV(B) 86.15º 0.15% 1% -
XYZ 82.63 93.79 78.04 -
YUV 244.47 111.37 122.67 -
System Red Green Blue C M Y K H S L
Decimal 237 254 215 0.07 0 0.15 0.00 86.15 0.95 0.92
Hex ED FE D7 7 0 F 0 56 5F 5C
Octal 355 376 327 7 0 17 0 126 137 134
Binary 11101101 11111110 11010111 111 0 1111 0 1010110 1011111 1011100

Color Harmonies of #EDFED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFED7

Black with #EDFED7

Text Example


Text Example

White with #EDFED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFED7; }

 p { color: rgb(237,254,215); }

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

background-color css

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

 a { background-color: rgb(237,254,215); }

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

border-color css

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

 span { border-color: rgb(237,254,215); }

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