Html Css Color HEX #EDFBDA Saltpan

📋 copy color: '#EDFBDA'

red 237 ◦ green 251 ◦ blue 218

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

Shades of Saltpan #EDFBDA

Tints of Saltpan #EDFBDA

RGB

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

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

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

R = 33.57%
G = 35.55%
B = 30.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#EDFBDA (or 0xEDFBDA) is known color: Saltpan. HEX triplet: ED, FB and DA. RGB value is (237,251,218). Sum of RGB (Red+Green+Blue) = 237+251+218=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 251 (98.44% from 255 or 35.55% from 706); Blue value is 218 (85.55% from 255 or 30.88% from 706); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBDA is #120425. Grayscale: #F3F3F3. Windows color (decimal): -1180710 or 14351341. OLE color: 14351341.

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

Color convert

RGB 237 251 218 -
CMYK 0.06 0 0.13 0.02
HSL 85.45º 0.8% 0.92% -
HSV(B) 85.45º 0.13% 0.98% -
XYZ 82.08 92.06 79.77 -
YUV 243.05 113.86 123.68 -
System Red Green Blue C M Y K H S L
Decimal 237 251 218 0.06 0 0.13 0.02 85.45 0.8 0.92
Hex ED FB DA 6 0 D 2 55 50 5C
Octal 355 373 332 6 0 15 2 125 120 134
Binary 11101101 11111011 11011010 110 0 1101 10 1010101 1010000 1011100

Color Harmonies of #EDFBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBDA

Black with #EDFBDA

Text Example


Text Example

White with #EDFBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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