Html Css Color HEX #EDF2E8 Saltpan

📋 copy color: '#EDF2E8'

red 237 ◦ green 242 ◦ blue 232

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

Shades of Saltpan #EDF2E8

Tints of Saltpan #EDF2E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 32.63%

R = 33.33%
G = 34.04%
B = 32.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#EDF2E8 (or 0xEDF2E8) is known color: Saltpan. HEX triplet: ED, F2 and E8. RGB value is (237,242,232). Sum of RGB (Red+Green+Blue) = 237+242+232=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 242 (94.92% from 255 or 34.04% from 711); Blue value is 232 (91.02% from 255 or 32.63% from 711); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2E8 is #120D17. Grayscale: #EFEFEF. Windows color (decimal): -1183000 or 15266541. OLE color: 15266541.

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

Color convert

RGB 237 242 232 -
CMYK 0.02 0 0.04 0.05
HSL 90º 0.28% 0.93% -
HSV(B) 90º 0.04% 0.95% -
XYZ 81.24 87.33 88.92 -
YUV 239.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 237 242 232 0.02 0 0.04 0.05 90 0.28 0.93
Hex ED F2 E8 2 0 4 5 5A 1C 5D
Octal 355 362 350 2 0 4 5 132 34 135
Binary 11101101 11110010 11101000 10 0 100 101 1011010 11100 1011101

Color Harmonies of #EDF2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2E8

Black with #EDF2E8

Text Example


Text Example

White with #EDF2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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