Html Css Color HEX #EDF2E7 Saltpan

📋 copy color: '#EDF2E7'

red 237 ◦ green 242 ◦ blue 231

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

Shades of Saltpan #EDF2E7

Tints of Saltpan #EDF2E7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.08%

 BLUE value IS 231 (90.63% from 255) = 32.54%

R = 33.38%
G = 34.08%
B = 32.54%

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

#EDF2E7 (or 0xEDF2E7) is known color: Saltpan. HEX triplet: ED, F2 and E7. RGB value is (237,242,231). Sum of RGB (Red+Green+Blue) = 237+242+231=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 242 (94.92% from 255 or 34.08% from 710); Blue value is 231 (90.62% from 255 or 32.54% from 710); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2E7 is #120D18. Grayscale: #EFEFEF. Windows color (decimal): -1183001 or 15201005. OLE color: 15201005.

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

Color convert

RGB 237 242 231 -
CMYK 0.02 0 0.05 0.05
HSL 87.27º 0.3% 0.93% -
HSV(B) 87.27º 0.05% 0.95% -
XYZ 81.1 87.28 88.17 -
YUV 239.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 237 242 231 0.02 0 0.05 0.05 87.27 0.3 0.93
Hex ED F2 E7 2 0 5 5 57 1E 5D
Octal 355 362 347 2 0 5 5 127 36 135
Binary 11101101 11110010 11100111 10 0 101 101 1010111 11110 1011101

Color Harmonies of #EDF2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2E7

Black with #EDF2E7

Text Example


Text Example

White with #EDF2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2E7; }

 p { color: rgb(237,242,231); }

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

background-color css

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

 a { background-color: rgb(237,242,231); }

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

border-color css

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

 span { border-color: rgb(237,242,231); }

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