Html Css Color HEX #EDF9DA Saltpan

📋 copy color: '#EDF9DA'

red 237 ◦ green 249 ◦ blue 218

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

Shades of Saltpan #EDF9DA

Tints of Saltpan #EDF9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 30.97%

R = 33.66%
G = 35.37%
B = 30.97%

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

#EDF9DA (or 0xEDF9DA) is known color: Saltpan. HEX triplet: ED, F9 and DA. RGB value is (237,249,218). Sum of RGB (Red+Green+Blue) = 237+249+218=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 249 (97.66% from 255 or 35.37% from 704); Blue value is 218 (85.55% from 255 or 30.97% from 704); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9DA is #120625. Grayscale: #F1F1F1. Windows color (decimal): -1181222 or 14350829. OLE color: 14350829.

HSL color Cylindrical-coordinate representation of color #EDF9DA: hue angle of 83.23º degrees, saturation: 0.72, 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 #EDF9DA is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 218 -
CMYK 0.05 0 0.12 0.02
HSL 83.23º 0.72% 0.92% -
HSV(B) 83.23º 0.12% 0.98% -
XYZ 81.46 90.82 79.57 -
YUV 241.88 114.52 124.52 -
System Red Green Blue C M Y K H S L
Decimal 237 249 218 0.05 0 0.12 0.02 83.23 0.72 0.92
Hex ED F9 DA 5 0 C 2 53 48 5C
Octal 355 371 332 5 0 14 2 123 110 134
Binary 11101101 11111001 11011010 101 0 1100 10 1010011 1001000 1011100

Color Harmonies of #EDF9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9DA

Black with #EDF9DA

Text Example


Text Example

White with #EDF9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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