Html Css Color HEX #EDF7D9 Saltpan

📋 copy color: '#EDF7D9'

red 237 ◦ green 247 ◦ blue 217

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

Shades of Saltpan #EDF7D9

Tints of Saltpan #EDF7D9

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.24%

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

R = 33.81%
G = 35.24%
B = 30.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#EDF7D9 (or 0xEDF7D9) is known color: Saltpan. HEX triplet: ED, F7 and D9. RGB value is (237,247,217). Sum of RGB (Red+Green+Blue) = 237+247+217=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 247 (96.88% from 255 or 35.24% from 701); Blue value is 217 (85.16% from 255 or 30.96% from 701); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7D9 is #120826. Grayscale: #F0F0F0. Windows color (decimal): -1181735 or 14284781. OLE color: 14284781.

HSL color Cylindrical-coordinate representation of color #EDF7D9: hue angle of 80º degrees, saturation: 0.65, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDF7D9 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 247 217 -
CMYK 0.04 0 0.12 0.03
HSL 80º 0.65% 0.91% -
HSV(B) 80º 0.12% 0.97% -
XYZ 80.71 89.54 78.67 -
YUV 240.59 114.69 125.44 -
System Red Green Blue C M Y K H S L
Decimal 237 247 217 0.04 0 0.12 0.03 80 0.65 0.91
Hex ED F7 D9 4 0 C 3 50 41 5B
Octal 355 367 331 4 0 14 3 120 101 133
Binary 11101101 11110111 11011001 100 0 1100 11 1010000 1000001 1011011

Color Harmonies of #EDF7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF7D9

Black with #EDF7D9

Text Example


Text Example

White with #EDF7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF7D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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