Html Css Color HEX #EDF8DB Saltpan

📋 copy color: '#EDF8DB'

red 237 ◦ green 248 ◦ blue 219

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

Shades of Saltpan #EDF8DB

Tints of Saltpan #EDF8DB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.23%

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

R = 33.66%
G = 35.23%
B = 31.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#EDF8DB (or 0xEDF8DB) is known color: Saltpan. HEX triplet: ED, F8 and DB. RGB value is (237,248,219). Sum of RGB (Red+Green+Blue) = 237+248+219=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 248 (97.27% from 255 or 35.23% from 704); Blue value is 219 (85.94% from 255 or 31.11% from 704); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8DB is #120724. Grayscale: #F1F1F1. Windows color (decimal): -1181477 or 14416109. OLE color: 14416109.

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

Color convert

RGB 237 248 219 -
CMYK 0.04 0 0.12 0.03
HSL 82.76º 0.67% 0.92% -
HSV(B) 82.76º 0.12% 0.97% -
XYZ 81.28 90.25 80.15 -
YUV 241.41 115.36 124.86 -
System Red Green Blue C M Y K H S L
Decimal 237 248 219 0.04 0 0.12 0.03 82.76 0.67 0.92
Hex ED F8 DB 4 0 C 3 53 43 5C
Octal 355 370 333 4 0 14 3 123 103 134
Binary 11101101 11111000 11011011 100 0 1100 11 1010011 1000011 1011100

Color Harmonies of #EDF8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF8DB

Black with #EDF8DB

Text Example


Text Example

White with #EDF8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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