Html Css Color HEX #EDF9DC Saltpan

📋 copy color: '#EDF9DC'

red 237 ◦ green 249 ◦ blue 220

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

Shades of Saltpan #EDF9DC

Tints of Saltpan #EDF9DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 31.16%

R = 33.57%
G = 35.27%
B = 31.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#EDF9DC (or 0xEDF9DC) is known color: Saltpan. HEX triplet: ED, F9 and DC. RGB value is (237,249,220). Sum of RGB (Red+Green+Blue) = 237+249+220=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 249 (97.66% from 255 or 35.27% from 706); Blue value is 220 (86.33% from 255 or 31.16% from 706); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9DC is #120623. Grayscale: #F2F2F2. Windows color (decimal): -1181220 or 14481901. OLE color: 14481901.

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

Color convert

RGB 237 249 220 -
CMYK 0.05 0 0.12 0.02
HSL 84.83º 0.71% 0.92% -
HSV(B) 84.83º 0.12% 0.98% -
XYZ 81.72 90.92 80.95 -
YUV 242.11 115.52 124.36 -
System Red Green Blue C M Y K H S L
Decimal 237 249 220 0.05 0 0.12 0.02 84.83 0.71 0.92
Hex ED F9 DC 5 0 C 2 55 47 5C
Octal 355 371 334 5 0 14 2 125 107 134
Binary 11101101 11111001 11011100 101 0 1100 10 1010101 1000111 1011100

Color Harmonies of #EDF9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9DC

Black with #EDF9DC

Text Example


Text Example

White with #EDF9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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