Html Css Color HEX #EDF3E2 Saltpan

📋 copy color: '#EDF3E2'

red 237 ◦ green 243 ◦ blue 226

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

Shades of Saltpan #EDF3E2

Tints of Saltpan #EDF3E2

RGB

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

 GREEN value IS 243 (95.31% from 255) = 34.42%

 BLUE value IS 226 (88.67% from 255) = 32.01%

R = 33.57%
G = 34.42%
B = 32.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#EDF3E2 (or 0xEDF3E2) is known color: Saltpan. HEX triplet: ED, F3 and E2. RGB value is (237,243,226). Sum of RGB (Red+Green+Blue) = 237+243+226=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 243 (95.31% from 255 or 34.42% from 706); Blue value is 226 (88.67% from 255 or 32.01% from 706); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3E2 is #120C1D. Grayscale: #EFEFEF. Windows color (decimal): -1182750 or 14873581. OLE color: 14873581.

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

Color convert

RGB 237 243 226 -
CMYK 0.02 0 0.07 0.05
HSL 81.18º 0.41% 0.92% -
HSV(B) 81.18º 0.07% 0.95% -
XYZ 80.7 87.6 84.61 -
YUV 239.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 237 243 226 0.02 0 0.07 0.05 81.18 0.41 0.92
Hex ED F3 E2 2 0 7 5 51 29 5C
Octal 355 363 342 2 0 7 5 121 51 134
Binary 11101101 11110011 11100010 10 0 111 101 1010001 101001 1011100

Color Harmonies of #EDF3E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF3E2

Black with #EDF3E2

Text Example


Text Example

White with #EDF3E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF3E2; }

 p { color: rgb(237,243,226); }

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

background-color css

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

 a { background-color: rgb(237,243,226); }

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

border-color css

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

 span { border-color: rgb(237,243,226); }

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