Html Css Color HEX #EDF1E5 Saltpan

📋 copy color: '#EDF1E5'

red 237 ◦ green 241 ◦ blue 229

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

Shades of Saltpan #EDF1E5

Tints of Saltpan #EDF1E5

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.09%

 BLUE value IS 229 (89.84% from 255) = 32.39%

R = 33.52%
G = 34.09%
B = 32.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#EDF1E5 (or 0xEDF1E5) is known color: Saltpan. HEX triplet: ED, F1 and E5. RGB value is (237,241,229). Sum of RGB (Red+Green+Blue) = 237+241+229=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 241 (94.53% from 255 or 34.09% from 707); Blue value is 229 (89.84% from 255 or 32.39% from 707); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1E5 is #120E1A. Grayscale: #EEEEEE. Windows color (decimal): -1183259 or 15069677. OLE color: 15069677.

HSL color Cylindrical-coordinate representation of color #EDF1E5: hue angle of 80º degrees, saturation: 0.3, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDF1E5 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 229 -
CMYK 0.02 0 0.05 0.05
HSL 80º 0.3% 0.92% -
HSV(B) 80º 0.05% 0.95% -
XYZ 80.52 86.57 86.59 -
YUV 238.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 237 241 229 0.02 0 0.05 0.05 80 0.3 0.92
Hex ED F1 E5 2 0 5 5 50 1E 5C
Octal 355 361 345 2 0 5 5 120 36 134
Binary 11101101 11110001 11100101 10 0 101 101 1010000 11110 1011100

Color Harmonies of #EDF1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1E5

Black with #EDF1E5

Text Example


Text Example

White with #EDF1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1E5; }

 p { color: rgb(237,241,229); }

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

background-color css

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

 a { background-color: rgb(237,241,229); }

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

border-color css

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

 span { border-color: rgb(237,241,229); }

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