Html Css Color HEX #EDF4DB Saltpan

📋 copy color: '#EDF4DB'

red 237 ◦ green 244 ◦ blue 219

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

Shades of Saltpan #EDF4DB

Tints of Saltpan #EDF4DB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 34.86%

 BLUE value IS 219 (85.94% from 255) = 31.29%

R = 33.86%
G = 34.86%
B = 31.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#EDF4DB (or 0xEDF4DB) is known color: Saltpan. HEX triplet: ED, F4 and DB. RGB value is (237,244,219). Sum of RGB (Red+Green+Blue) = 237+244+219=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 244 (95.70% from 255 or 34.86% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF4DB is #120B24. Grayscale: #EFEFEF. Windows color (decimal): -1182501 or 14415085. OLE color: 14415085.

HSL color Cylindrical-coordinate representation of color #EDF4DB: hue angle of 76.8º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDF4DB is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 219 -
CMYK 0.03 0 0.10 0.04
HSL 76.8º 0.53% 0.91% -
HSV(B) 76.8º 0.1% 0.96% -
XYZ 80.06 87.82 79.75 -
YUV 239.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 237 244 219 0.03 0 0.10 0.04 76.8 0.53 0.91
Hex ED F4 DB 3 0 A 4 4D 35 5B
Octal 355 364 333 3 0 12 4 115 65 133
Binary 11101101 11110100 11011011 11 0 1010 100 1001101 110101 1011011

Color Harmonies of #EDF4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF4DB

Black with #EDF4DB

Text Example


Text Example

White with #EDF4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF4DB; }

 p { color: rgb(237,244,219); }

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

background-color css

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

 a { background-color: rgb(237,244,219); }

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

border-color css

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

 span { border-color: rgb(237,244,219); }

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