Html Css Color HEX #EDF7DB Saltpan

📋 copy color: '#EDF7DB'

red 237 ◦ green 247 ◦ blue 219

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

Shades of Saltpan #EDF7DB

Tints of Saltpan #EDF7DB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.14%

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

R = 33.71%
G = 35.14%
B = 31.15%

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

#EDF7DB (or 0xEDF7DB) is known color: Saltpan. HEX triplet: ED, F7 and DB. RGB value is (237,247,219). Sum of RGB (Red+Green+Blue) = 237+247+219=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 247 (96.88% from 255 or 35.14% from 703); Blue value is 219 (85.94% from 255 or 31.15% from 703); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7DB is #120824. Grayscale: #F0F0F0. Windows color (decimal): -1181733 or 14415853. OLE color: 14415853.

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

Color convert

RGB 237 247 219 -
CMYK 0.04 0 0.11 0.03
HSL 81.43º 0.64% 0.91% -
HSV(B) 81.43º 0.11% 0.97% -
XYZ 80.97 89.64 80.05 -
YUV 240.82 115.69 125.28 -
System Red Green Blue C M Y K H S L
Decimal 237 247 219 0.04 0 0.11 0.03 81.43 0.64 0.91
Hex ED F7 DB 4 0 B 3 51 40 5B
Octal 355 367 333 4 0 13 3 121 100 133
Binary 11101101 11110111 11011011 100 0 1011 11 1010001 1000000 1011011

Color Harmonies of #EDF7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF7DB

Black with #EDF7DB

Text Example


Text Example

White with #EDF7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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