Html Css Color HEX #EDF9D9 Saltpan

📋 copy color: '#EDF9D9'

red 237 ◦ green 249 ◦ blue 217

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

Shades of Saltpan #EDF9D9

Tints of Saltpan #EDF9D9

RGB

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

 GREEN value IS 249 (97.66% from 255) = 35.42%

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

R = 33.71%
G = 35.42%
B = 30.87%

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

#EDF9D9 (or 0xEDF9D9) is known color: Saltpan. HEX triplet: ED, F9 and D9. RGB value is (237,249,217). Sum of RGB (Red+Green+Blue) = 237+249+217=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 249 (97.66% from 255 or 35.42% from 703); Blue value is 217 (85.16% from 255 or 30.87% from 703); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9D9 is #120626. Grayscale: #F1F1F1. Windows color (decimal): -1181223 or 14285293. OLE color: 14285293.

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

Color convert

RGB 237 249 217 -
CMYK 0.05 0 0.13 0.02
HSL 82.5º 0.73% 0.91% -
HSV(B) 82.5º 0.13% 0.98% -
XYZ 81.33 90.77 78.88 -
YUV 241.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 237 249 217 0.05 0 0.13 0.02 82.5 0.73 0.91
Hex ED F9 D9 5 0 D 2 52 49 5B
Octal 355 371 331 5 0 15 2 122 111 133
Binary 11101101 11111001 11011001 101 0 1101 10 1010010 1001001 1011011

Color Harmonies of #EDF9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9D9

Black with #EDF9D9

Text Example


Text Example

White with #EDF9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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