Html Css Color HEX #EDFBD8 Saltpan

📋 copy color: '#EDFBD8'

red 237 ◦ green 251 ◦ blue 216

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

Shades of Saltpan #EDFBD8

Tints of Saltpan #EDFBD8

RGB

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

 GREEN value IS 251 (98.44% from 255) = 35.65%

 BLUE value IS 216 (84.77% from 255) = 30.68%

R = 33.66%
G = 35.65%
B = 30.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#EDFBD8 (or 0xEDFBD8) is known color: Saltpan. HEX triplet: ED, FB and D8. RGB value is (237,251,216). Sum of RGB (Red+Green+Blue) = 237+251+216=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 251 (98.44% from 255 or 35.65% from 704); Blue value is 216 (84.77% from 255 or 30.68% from 704); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBD8 is #120427. Grayscale: #F2F2F2. Windows color (decimal): -1180712 or 14220269. OLE color: 14220269.

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

Color convert

RGB 237 251 216 -
CMYK 0.06 0 0.14 0.02
HSL 84º 0.81% 0.92% -
HSV(B) 84º 0.14% 0.98% -
XYZ 81.82 91.96 78.4 -
YUV 242.82 112.86 123.85 -
System Red Green Blue C M Y K H S L
Decimal 237 251 216 0.06 0 0.14 0.02 84 0.81 0.92
Hex ED FB D8 6 0 E 2 54 51 5C
Octal 355 373 330 6 0 16 2 124 121 134
Binary 11101101 11111011 11011000 110 0 1110 10 1010100 1010001 1011100

Color Harmonies of #EDFBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBD8

Black with #EDFBD8

Text Example


Text Example

White with #EDFBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBD8; }

 p { color: rgb(237,251,216); }

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

background-color css

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

 a { background-color: rgb(237,251,216); }

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

border-color css

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

 span { border-color: rgb(237,251,216); }

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