Html Css Color HEX #EDFADF Saltpan

📋 copy color: '#EDFADF'

red 237 ◦ green 250 ◦ blue 223

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

Shades of Saltpan #EDFADF

Tints of Saltpan #EDFADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.21%

 BLUE value IS 223 (87.5% from 255) = 31.41%

R = 33.38%
G = 35.21%
B = 31.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#EDFADF (or 0xEDFADF) is known color: Saltpan. HEX triplet: ED, FA and DF. RGB value is (237,250,223). Sum of RGB (Red+Green+Blue) = 237+250+223=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 223 (87.5% from 255 or 31.41% from 710); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFADF is #120520. Grayscale: #F3F3F3. Windows color (decimal): -1180961 or 14678765. OLE color: 14678765.

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

Color convert

RGB 237 250 223 -
CMYK 0.05 0 0.11 0.02
HSL 88.89º 0.73% 0.93% -
HSV(B) 88.89º 0.11% 0.98% -
XYZ 82.43 91.7 83.17 -
YUV 243.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 237 250 223 0.05 0 0.11 0.02 88.89 0.73 0.93
Hex ED FA DF 5 0 B 2 59 49 5D
Octal 355 372 337 5 0 13 2 131 111 135
Binary 11101101 11111010 11011111 101 0 1011 10 1011001 1001001 1011101

Color Harmonies of #EDFADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFADF

Black with #EDFADF

Text Example


Text Example

White with #EDFADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFADF; }

 p { color: rgb(237,250,223); }

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

background-color css

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

 a { background-color: rgb(237,250,223); }

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

border-color css

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

 span { border-color: rgb(237,250,223); }

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