Html Css Color HEX #EDF8DC Saltpan

📋 copy color: '#EDF8DC'

red 237 ◦ green 248 ◦ blue 220

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

Shades of Saltpan #EDF8DC

Tints of Saltpan #EDF8DC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.18%

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

R = 33.62%
G = 35.18%
B = 31.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#EDF8DC (or 0xEDF8DC) is known color: Saltpan. HEX triplet: ED, F8 and DC. RGB value is (237,248,220). Sum of RGB (Red+Green+Blue) = 237+248+220=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 248 (97.27% from 255 or 35.18% from 705); Blue value is 220 (86.33% from 255 or 31.21% from 705); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8DC is #120723. Grayscale: #F1F1F1. Windows color (decimal): -1181476 or 14481645. OLE color: 14481645.

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

Color convert

RGB 237 248 220 -
CMYK 0.04 0 0.11 0.03
HSL 83.57º 0.67% 0.92% -
HSV(B) 83.57º 0.11% 0.97% -
XYZ 81.41 90.31 80.85 -
YUV 241.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 237 248 220 0.04 0 0.11 0.03 83.57 0.67 0.92
Hex ED F8 DC 4 0 B 3 54 43 5C
Octal 355 370 334 4 0 13 3 124 103 134
Binary 11101101 11111000 11011100 100 0 1011 11 1010100 1000011 1011100

Color Harmonies of #EDF8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF8DC

Black with #EDF8DC

Text Example


Text Example

White with #EDF8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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