Html Css Color HEX #EDF6E3 Saltpan

📋 copy color: '#EDF6E3'

red 237 ◦ green 246 ◦ blue 227

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

Shades of Saltpan #EDF6E3

Tints of Saltpan #EDF6E3

RGB

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

 GREEN value IS 246 (96.48% from 255) = 34.65%

 BLUE value IS 227 (89.06% from 255) = 31.97%

R = 33.38%
G = 34.65%
B = 31.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#EDF6E3 (or 0xEDF6E3) is known color: Saltpan. HEX triplet: ED, F6 and E3. RGB value is (237,246,227). Sum of RGB (Red+Green+Blue) = 237+246+227=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 246 (96.48% from 255 or 34.65% from 710); Blue value is 227 (89.06% from 255 or 31.97% from 710); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6E3 is #12091C. Grayscale: #F1F1F1. Windows color (decimal): -1181981 or 14939885. OLE color: 14939885.

HSL color Cylindrical-coordinate representation of color #EDF6E3: hue angle of 88.42º degrees, saturation: 0.51, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDF6E3 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 227 -
CMYK 0.04 0 0.08 0.04
HSL 88.42º 0.51% 0.93% -
HSV(B) 88.42º 0.08% 0.96% -
XYZ 81.75 89.46 85.63 -
YUV 241.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 237 246 227 0.04 0 0.08 0.04 88.42 0.51 0.93
Hex ED F6 E3 4 0 8 4 58 33 5D
Octal 355 366 343 4 0 10 4 130 63 135
Binary 11101101 11110110 11100011 100 0 1000 100 1011000 110011 1011101

Color Harmonies of #EDF6E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF6E3

Black with #EDF6E3

Text Example


Text Example

White with #EDF6E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF6E3; }

 p { color: rgb(237,246,227); }

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

background-color css

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

 a { background-color: rgb(237,246,227); }

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

border-color css

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

 span { border-color: rgb(237,246,227); }

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