Html Css Color HEX #EDFAD9 Saltpan

📋 copy color: '#EDFAD9'

red 237 ◦ green 250 ◦ blue 217

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

Shades of Saltpan #EDFAD9

Tints of Saltpan #EDFAD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 30.82%

R = 33.66%
G = 35.51%
B = 30.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#EDFAD9 (or 0xEDFAD9) is known color: Saltpan. HEX triplet: ED, FA and D9. RGB value is (237,250,217). Sum of RGB (Red+Green+Blue) = 237+250+217=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 217 (85.16% from 255 or 30.82% from 704); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAD9 is #120526. Grayscale: #F2F2F2. Windows color (decimal): -1180967 or 14285549. OLE color: 14285549.

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

Color convert

RGB 237 250 217 -
CMYK 0.05 0 0.13 0.02
HSL 83.64º 0.77% 0.92% -
HSV(B) 83.64º 0.13% 0.98% -
XYZ 81.64 91.39 78.98 -
YUV 242.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 237 250 217 0.05 0 0.13 0.02 83.64 0.77 0.92
Hex ED FA D9 5 0 D 2 54 4D 5C
Octal 355 372 331 5 0 15 2 124 115 134
Binary 11101101 11111010 11011001 101 0 1101 10 1010100 1001101 1011100

Color Harmonies of #EDFAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAD9

Black with #EDFAD9

Text Example


Text Example

White with #EDFAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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