Html Css Color HEX #EDF8DF Saltpan

📋 copy color: '#EDF8DF'

red 237 ◦ green 248 ◦ blue 223

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

Shades of Saltpan #EDF8DF

Tints of Saltpan #EDF8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 31.5%

R = 33.47%
G = 35.03%
B = 31.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#EDF8DF (or 0xEDF8DF) is known color: Saltpan. HEX triplet: ED, F8 and DF. RGB value is (237,248,223). Sum of RGB (Red+Green+Blue) = 237+248+223=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 248 (97.27% from 255 or 35.03% from 708); Blue value is 223 (87.5% from 255 or 31.50% from 708); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8DF is #120720. Grayscale: #F1F1F1. Windows color (decimal): -1181473 or 14678253. OLE color: 14678253.

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

Color convert

RGB 237 248 223 -
CMYK 0.04 0 0.10 0.03
HSL 86.4º 0.64% 0.92% -
HSV(B) 86.4º 0.1% 0.97% -
XYZ 81.81 90.47 82.96 -
YUV 241.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 237 248 223 0.04 0 0.10 0.03 86.4 0.64 0.92
Hex ED F8 DF 4 0 A 3 56 40 5C
Octal 355 370 337 4 0 12 3 126 100 134
Binary 11101101 11111000 11011111 100 0 1010 11 1010110 1000000 1011100

Color Harmonies of #EDF8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF8DF

Black with #EDF8DF

Text Example


Text Example

White with #EDF8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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